-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Description
Currently the bootloader masks all hardware interrupts:
Lines 68 to 71 in bda13d8
disable_irqs: | |
mov al, 0xFF # Out 0xFF to 0xA1 and 0x21 to disable all IRQs. | |
out 0xA1, al | |
out 0x21, al |
They shouldn't be masked when control is passed to the kernel.
Metadata
Metadata
Assignees
Labels
No labels