File:  [Research Unix] / researchv9 / sys / boot / stand / confxx.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

/*
 * @(#)confxx.c 1.1 86/02/03 Copyright (c) 1985 by Sun Microsystems, Inc.
 */

/*
 * Device configuration table and interface for standalone I/O system.
 *
 * This version contains exactly one driver; it is used in the boot block
 * (first 15 sectors after label) of disk drives.
 */

#include "saio.h"

/*
 * Throughout this module, "xx" is replaced by the name
 * of the particular device being booted from.
 */
extern struct boottab xxdriver;

struct boottab *(devsw[]) = {
	&xxdriver,
	(struct boottab *)0,
};


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.