ÀÏ´Ü Ä¿³ÎÀÌ ·Î´õ³ª (ÀϹÝÀûÀÎ °æ¿ì°ÚÁö¿ä) boot2(·Î´õ¸¦ ±×³É Áö³ªÄ¡´Â °æ¿ì)¿¡ ÀÇÇØ¼ ·ÎµåµÇ¸é Á¸ÀçÇÏ´Â ºÎÆ® Ç÷¡±×µéÀ» °Ë»çÇϰí ÇÊ¿äÇÑ ÀÛ¾÷À» ¼öÇàÇÕ´Ï´Ù.
Once the kernel is loaded by either loader (as usual) or boot2 (bypassing the loader), it examines its boot flags, if any, and adjusts its behavior as necessary.
´ÙÀ½°ú °°Àº ÀϹÝÀûÀÎ ºÎÆ® Ç÷¡±×µéÀÌ ÀÖ½À´Ï´Ù. :
Ä¿³Î ÃʱâȽÿ¡ ·çÆ® ÆÄÀϽýºÅÛÀ¸·Î ¸¶¿îÆ®ÇÒ ÀåÄ¡µéÀ» ¿äûÇÕ´Ï´Ù.
during kernel initialization, ask for the device to mount as as the root file system.
CDROMÀ¸·ÎºÎÅÍ ºÎÆÃÇÕ´Ï´Ù.
boot from CDROM.
UserConfig¸¦ ½ÇÇàÇÕ´Ï´Ù. ÀÌ´Â ºÎÆ®½ÃÀÇ Ä¿³Î ¼³Á¤ ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
run UserConfig, the boot-time kernel configurator
´ÜÀÏ »ç¿ëÀÚ ¸ðµå·Î ºÎÆÃÇÕ´Ï´Ù.
boot into single-user mode
Ä¿³ÎÀÌ ½ÃÀÛµÉ ¶§ º¸´Ù ¸¹Àº Á¤º¸¸¦ Ãâ·ÂÇÕ´Ï´Ù.
be more verbose during kernel startup
Note: ´Ù¸¥ ºÎÆ® Ç÷¡±×µéµµ ÀÖ½À´Ï´Ù. º¸´Ù »ó¼¼ÇÑ Á¤º¸´Â boot(8) ¿¡¼ ãÀ» ¼ö ÀÖ½À´Ï´Ù.
There are other boot flags, read boot(8) for more information on them.