c2f9d95de5
'three-stage' bootstrap. There are a number of caveats with the code in its current state: - The i386 bootstrap only supports booting from a floppy. - The kernel and kld do not yet know how to deal with the extended information and module summary passed in. - PnP-based autodetection and demand loading of modules is not implemented. - i386 ELF kernel loading is not ready yet. - The i386 bootstrap is loaded via an ugly blockmap. On the alpha, both net- and disk-booting (SRM console machines only) is supported. No blockmaps are used by this code. Obtained from: Parts from the NetBSD/i386 standalone bootstrap.
5 lines
190 B
C
5 lines
190 B
C
char bootprog_name[] = "FreeBSD/alpha SRM disk boot";
|
|
char bootprog_rev[] = "0.1";
|
|
char bootprog_date[] = "Mon Aug 17 10:38:19 BST 1998";
|
|
char bootprog_maker[] = "dfr@salmon.nlsystems.com";
|