[Á¦¸ñ] Ä¿³Î ÄÄÆÄÀϽà ÀÚµ¿Á¾·á(power off)¿Í SMP °ü·Ã ¼³Á¤ - ÀÛ¼ºÀÚ : »êÀÌ san2(at)linuxchannel.net - ÀÛ¼ºÀÏ : 2002.12.03 --- Áú¹® ³»¿ë ----------------------------------------------- > ½Ã½ºÅÛ Á¾·á½Ã(halt, poweroff) ÀÚµ¿À¸·Î Àü¿øÀÌ ²¨Áöµµ·Ï > ÇÏ°í ½Í½À´Ï´Ù. > Ä¿³Î¿¡¼­´Â ¾î¶² ¼³Á¤ÀÌ ÇÊ¿äÇմϱî? --- ÀÌÇÏ ´äº¯ ³»¿ë ------------------------------------------- ¿ì¼± CPU°¡ ÇϳªÀÏ °æ¿ì´Â ´ÙÀ½°ú °°ÀÌ ¼³Á¤ÇÏ°í Ä¿³ÎÀ» ´Ù½Ã ÄÄÆÄÀÏÇØ¾ß ÇÕ´Ï´Ù. General setup ---> [*] Power Management support [ ] ACPI support <*> Advanced Power Management BIOS support /*** 'M'À¸·Î ¼³Á¤ÇÏ¸é ºÎ°¡ ÀÛ¾÷ ÇÊ¿ä ***/ [ ] Ignore USER SUSPEND [ ] Enable PM at boot time [ ] Make CPU Idle calls when idle [ ] Enable console blanking using APM [ ] RTC stores time in GMT [ ] Allow interrupts during APM BIOS calls [*] Use real mode APM BIOS call to power off ±× ¿Ü¿¡ CPU °³¼ö°¡ Çϳª³Ä ¾Æ´Ï¸é ¿©·¯°³ ÀÖ´À³Ä¿¡ µû¶ó¼­ ¼³Á¤ÀÌ Á¶±Ý¾¿ ´Þ¶óÁý´Ï´Ù. ¿¹¸¦ µé¾î CPU°¡ µÎ°³ ÀÖ´Ù¸é, '[ ] Power Management support'À¸·Î ¼³Á¤ÇØ¾ß ÇÕ´Ï´Ù. CPU°¡ 2°³ ÀÌ»óÀ̸é ÀÚµ¿Á¾·á´Â µÇÁö ¾Ê½À´Ï´Ù. -- ÀÌÇÏ Âü°í ¼³Á¤ ---------------------------------------------- [only 1 CPU] Processor type and features ---> [*] MTRR (Memory Type Range Register) support CONFIG_MTRR=Y [ ] Symmetric multi-processing support CONFIG_SMP is NULL [*] Local APIC support on uniprocessors (Advanced Programmable Interrupt Controller) CONFIG_X86_UP_APIC=Y or is NULL [*] IO-APIC support on uniprocessors CONFIG_X86_UP_IOAPIC=Y or is NULL General setup ---> [*] Power Management support CONFIG_PM=Y /*** must 'Y' ***/ [ ] ACPI support <*> Advanced Power Management BIOS support CONFIG_APM=Y /*** must 'Y', don't set 'M' ***/ [ ] Ignore USER SUSPEND [ ] Enable PM at boot time [ ] Make CPU Idle calls when idle [ ] Enable console blanking using APM [ ] RTC stores time in GMT [ ] Allow interrupts during APM BIOS calls [*] Use real mode APM BIOS call to power off CONFIG_APM_REAL_MODE_POWER_OFF=Y /*** must 'Y', automaticall power off ***/ Character devices ---> < > Enhanced Real Time Clock Support CONFIG_RTC is NULL /*** must 'N' ***/ --------------------------------------------------------------- [multi CPUs] Processor type and features ---> [*] MTRR (Memory Type Range Register) support CONFIG_MTRR=Y [*] Symmetric multi-processing support CONFIG_SMP=Y /*** must 'Y' ***/ [ ] Local APIC support on uniprocessors (Advanced Programmable Interrupt Controller) CONFIG_X86_UP_APIC is NULL /*** not appear, but used automatically ***/ [ ] IO-APIC support on uniprocessors CONFIG_X86_UP_IOAPIC is NULL /*** not appear, but used automatically ***/ General setup ---> [ ] Power Management support CONFIG_PM is NULL /*** must 'N', and all sub options 'N' ***/ [ ] ACPI support < > Advanced Power Management BIOS support CONFIG_APM is NULL /*** must 'N', don't set 'Y' ***/ [ ] Ignore USER SUSPEND [ ] Enable PM at boot time [ ] Make CPU Idle calls when idle [ ] Enable console blanking using APM [ ] RTC stores time in GMT [ ] Allow interrupts during APM BIOS calls [ ] Use real mode APM BIOS call to power off CONFIG_APM_REAL_MODE_POWER_OFF is NULL /*** must 'N' ***/ Character devices ---> <*> Enhanced Real Time Clock Support CONFIG_RTC=Y /*** must 'Y', `mknod /dev/rtc c 10 135` ***/ EOF