5.4. ºÎÆÃ ÀÛ¾÷½Ã Ä¿³Î°úÀÇ »óÈ£ÀÛ¿ë Kernel Interaction During Boot

ÀÏ´Ü Ä¿³ÎÀÌ ·Î´õ³ª (ÀϹÝÀûÀÎ °æ¿ì°ÚÁö¿ä) 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.

5.4.1. Ä¿³Î ºÎÆ® Ç÷¡±×

´ÙÀ½°ú °°Àº ÀϹÝÀûÀÎ ºÎÆ® Ç÷¡±×µéÀÌ ÀÖ½À´Ï´Ù. :

-a

Ä¿³Î ÃʱâÈ­½Ã¿¡ ·çÆ® ÆÄÀϽýºÅÛÀ¸·Î ¸¶¿îÆ®ÇÒ ÀåÄ¡µéÀ» ¿äûÇÕ´Ï´Ù.

during kernel initialization, ask for the device to mount as as the root file system.

-C

CDROMÀ¸·ÎºÎÅÍ ºÎÆÃÇÕ´Ï´Ù.

boot from CDROM.

-c

UserConfig¸¦ ½ÇÇàÇÕ´Ï´Ù. ÀÌ´Â ºÎÆ®½ÃÀÇ Ä¿³Î ¼³Á¤ ÇÁ·Î±×·¥ÀÔ´Ï´Ù.

run UserConfig, the boot-time kernel configurator

-s

´ÜÀÏ »ç¿ëÀÚ ¸ðµå·Î ºÎÆÃÇÕ´Ï´Ù.

boot into single-user mode

-v

Ä¿³ÎÀÌ ½ÃÀÛµÉ ¶§ º¸´Ù ¸¹Àº Á¤º¸¸¦ Ãâ·ÂÇÕ´Ï´Ù.

be more verbose during kernel startup

Note: ´Ù¸¥ ºÎÆ® Ç÷¡±×µéµµ ÀÖ½À´Ï´Ù. º¸´Ù »ó¼¼ÇÑ Á¤º¸´Â boot(8) ¿¡¼­ ãÀ» ¼ö ÀÖ½À´Ï´Ù.

There are other boot flags, read boot(8) for more information on them.