cpu_rootconf(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
CPU_ROOTCONF(9)        NetBSD Kernel Developer's Manual        CPU_ROOTCONF(9)


NAME
cpu_rootconf -- machine-dependent root file system setup
SYNOPSIS
#include <sys/types.h> #include <sys/systm.h> void cpu_rootconf(void);
DESCRIPTION
cpu_rootconf() is the machine-dependent interface invoked during system bootstrap to determine the root file system device and initialize machine-dependent file system state. cpu_rootconf() invokes the machine- independent function setroot() to record the boot/root device and the boot partition information for use in machine-independent code.
SEE ALSO
setroot(9) NetBSD 5.0 May 24, 2002 NetBSD 5.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.