atfa 发表于 2003-4-27 09:16:32

编译一个可以关机的内核

电源选项:

            <*>   Advanced Power Management BIOS support               
            [*]   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            
   


尤其注意的是

      [ ] MTRR (Memory Type Range Register) support                  
      [ ] Symmetric multi-processing support                           
      [ ] Local APIC support on uniprocessors                        
      [ ] Unsynced TSC support                                       
   
这一项[ ] Symmetric multi-processing support绝对不要选

Dragonfly 发表于 2003-4-27 09:39:40

why can not choose smp?
:-D

cnhnln 发表于 2003-4-27 15:33:04

Re: 编译一个可以关机的内核

我是这样

电源选项:

            <*>   Advanced Power Management BIOS support               
            [ ]   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            



      [*] MTRR (Memory Type Range Register) support (有助于性能提升,选上)

keenor 发表于 2003-4-27 21:16:35

呵呵
这是我的

[*] Power Management support
[*]   ACPI support
[ ]   ACPI Debug Statements
<*>   ACPI Bus Manager
<*>       System
<M>       Processor
<M>       Button
< >       AC Adapter
< >       Embedded Controller
< >   Advanced Power Management BIOS support

Dragonfly 发表于 2003-4-27 23:45:33

mine, already can poweroff.

[*] Power Management support                                    │ │
│ │               [ ]   ACPI support                                                │ │
│ │               <M>   Advanced Power Management BIOS support                      │ │
│ │               [ ]   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

atfa 发表于 2003-5-1 09:17:43


why can not choose smp?


在SMP的选项上按HELP不就知道啦 :mrgreen:

Dragonfly 发表于 2003-5-1 09:34:37

ic, hehe, sorry, i never read that carefully.

qing 发表于 2003-5-2 08:23:00

可我真的有双cpu啊......

Dragonfly 发表于 2003-5-2 08:27:58

o, so for smp, u can not use pm now. hehe.

jiangtao9999 发表于 2003-10-7 16:39:15

那个选项是管自动断电的?

我反而看不明白了……

cnhnln 发表于 2003-10-7 20:50:30

我的处理器不支持ACPI呀,图拉丁呀,居然不支持。
http://www.linuxfans.org/nuke/modules/Forums/files/APIC-2.JPG 往红框的右边看

jiangtao9999 发表于 2003-10-8 16:44:14

靠!Linux 内核居然把 Symmetric multi-processing support默认为 Y !
我说怎么不能关机呢!

看来Linux是为服务器准备的…… :evil:

cnhnln 发表于 2003-10-9 00:06:03

往红框的右边看,看到ACPI了吧。“MMX指令”上面
哪个图是以前问APIC问题的时候发的。懒得再贴图了,所以用的是那个老的图。
我想可能是桌面处理器都不支持吧,谁的支持ACPI?
页: [1]
查看完整版本: 编译一个可以关机的内核