View previous topic :: View next topic |
Author |
Message |
schrippe Guru
Joined: 03 Mar 2004 Posts: 556 Location: Mülheim
|
Posted: Sun Dec 12, 2004 4:34 pm Post subject: APIC im Kernel 2.6, wo deaktivieren? |
|
|
Hallo,
habe ein Nforce2 Board mit einem 3000+ und habe ein Problem unter Windows das auf den APIC Mode des Bios zurückgeht.
Ich habe ihn nun im BIOS deaktiviert, doch beim Kernel muss man das sicherlich auch machen.
Wo?
Danke _________________ for i in $(seq 1 565); do echo 'A$i: entweder rechts fahren oder rechts überholen dürfen!';done |
|
Back to top |
|
|
marc Apprentice
Joined: 13 Jan 2003 Posts: 290
|
Posted: Sun Dec 12, 2004 4:39 pm Post subject: |
|
|
Code: | # Processor type and features
...
CONFIG_X86_PC=y
...
CONFIG_MPENTIUM4=y
...
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HPET_TIMER=y
CONFIG_SMP=y
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y |
Bei meiner Config ist es so ..... |
|
Back to top |
|
|
golloza Guru
Joined: 14 Mar 2004 Posts: 427
|
Posted: Sun Dec 12, 2004 5:37 pm Post subject: |
|
|
Im Menü bei Processor Type and Features. |
|
Back to top |
|
|
|