summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/dev_net.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the alpha bootstrap build again, fix some warning and change sdboot to ↵dfr1998-09-201-2/+1
| | | | daboot.
* Minor tweaks to track a couple of i386 changes and to make it compile.dfr1998-08-221-6/+2
|
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+275
'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.
OpenPOWER on IntegriCloud