View previous topic :: View next topic |
Author |
Message |
schrippe Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/6th Day/movie_the_6th_day_adam_gibson.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
marc Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
golloza Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
|