DESCRIPTION
loadbsd is a program runs on Human68k. It loads and executes the specified
NetBSD/x68k kernel.
The options (for loadbsd itself) are as follows:
-
-h
-
Show help and exit.
-
-v
-
Enable verbose mode.
-
-V
-
Print version of loadbsd and exit.
The options for NetBSD kernel are as follows:
-
-a
-
Auto (multi-user) boot. This disables -s flag.
-
-b
-
Ask boot device during boot. Pass RB_ASKNAME boot flag to the kernel.
-
-d
-
Use compiled-in rootdev. Pass RB_DFLTROOT boot flag to the kernel.
-
-D
-
Enter kernel debugger. Pass RB_KDB boot flag to the kernel.
-
-r root_device
-
Specify boot device, which shall be mounted as root device. The default device is ‘sd@0,0:a'. Note that the boot device name is not the same as that of NetBSD. See BOOT DEVICE NAMES below.
-
-s
-
Single user boot. Pass RB_SINGLE boot flag to the kernel. This disables -a flag. This flag is set by default.
Although listed separately, the options may be in any order.