CPU_ROOTCONF(9) | NetBSD Kernel Developer's Manual | CPU_ROOTCONF(9) |
void
cpu_rootconf(void);
void
setroot(device_t bootdv, int bootpartition);
The cpu_rootconf() function invokes the machine-independent setroot() function to record the boot/root device bootdv and the boot partition information bootpartition for use in machine-independent code.
April 13, 2010 | NetBSD 5.99 |