1 由于采用IO APIC,在non-ACPI系统下,使用MP config Table 来初始化APIC,然而出现的问题是:8254 Timer的中断不能在IO APIC下工作,启动信息为:
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=16 pin2=0
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...
..... (found pin 0) ... failed.
...trying to set up timer as Virtual Wire IRQ... works.
2 在系统检测hda的时候,也会出错,导致不能进入操作系统,启动信息为:
hda: HDT722516DLAT80, ATA DISK drive
hda: IRQ probe failed (0xfffffefa)
hdb: IRQ probe failed (0xfffffefa)
hdb: IRQ probe failed (0xfffffefa)
Using cfq io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 1024KiB
hda: lost interrupt
hda: lost interrupt
......
特别是最后一句,lost interrupt就一直出现,也不是死机,就是在检测interrupt,不能正常进入OS?
不知道又没有了解Linux kernel的,可以探讨一下!
posted on 2006-09-22 09:29
yuhen 阅读(3178)
评论(4) 编辑 收藏 引用 所属分类:
技术文档