8e0f7719caccb5284f0601bee38ebdbf8d97a9cf
[ikiwiki.git] / docs / handbook / handbook-boot-kernel.mdwn
1
2
3
4 ## 7.4 Kernel Interaction During Boot 
5
6
7
8 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.
9
10
11
12 ### 7.4.1 Kernel Boot Flags 
13
14
15
16 Here are the more common boot flags:
17
18
19
20 `-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
21
22
23
24  **Note:** There are other boot flags; read [boot(8)](http://leaf.dragonflybsd.org/cgi/web-man?command=boot&section=8) for more information on them.
25
26
27
28
29
30
31
32 CategoryHandbook
33
34 CategoryHandbook-booting
35