update for rename of docs/user/DebugKernelCrashDumps.mdwn to docs/user/list/DebugKern...
[ikiwiki.git] / docs / handbook / handbook-boot-kernel.mdwn
1 \r
2 \r
3 ## 7.4 Kernel Interaction During Boot \r
4 \r
5 Once the kernel is loaded by either [ loader](boot-blocks.html#BOOT-LOADER) (as usual) or [ boot2](boot-blocks.html#BOOT-BOOT1) (bypassing the loader), it examines its boot flags, if any, and adjusts its behavior as necessary.\r
6 \r
7 ### 7.4.1 Kernel Boot Flags \r
8 \r
9 Here are the more common boot flags:\r
10 \r
11 `-a`:: during kernel initialization, ask for the device to mount as the root file system.`-C`:: boot from CDROM.`-c`:: run UserConfig, the boot-time kernel configurator`-s`:: boot into single-user mode`-v`:: be more verbose during kernel startup\r
12 \r
13  **Note:** There are other boot flags; read [boot(8)](http://leaf.dragonflybsd.org/cgi/web-man?command#boot&section8) for more information on them.\r
14 \r
15 \r
16 \r
17 CategoryHandbook\r
18 CategoryHandbook-booting\r