CPU_ROOTCONF(9) | Kernel Developer's Manual | CPU_ROOTCONF(9) |
void
cpu_rootconf(void);
void
rootconf(void);
void
setroot(device_t bootdv, int bootpartition);
For disk boot, if booted_nblks is not 0, then booted_startblk and booted_nblks are supposed to specify a disk wedge that is used as the root device. Otherwise the booted_partition is used.
April 13, 2010 | NetBSD 6.1 |