Remove irq 13 from the list of valid IRQs. It is used by the math co and
is therefore unavailable. Also, IRQ13 isn't connected to the pcic chip on most laptops.
This commit is contained in:
parent
aae7f33e58
commit
33d70f97bf
@ -17,7 +17,7 @@
|
||||
# Generally available IO ports
|
||||
io 0x240-0x360
|
||||
# Generally available IRQs (Built-in sound-card owners remove 5)
|
||||
irq 3 5 10 11 13 15
|
||||
irq 3 5 10 11 15
|
||||
# Available memory slots
|
||||
memory 0xd4000 96k
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user