Skip to content

Don't mask IRQs #14

Closed
Closed
@phil-opp

Description

@phil-opp

Currently the bootloader masks all hardware interrupts:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions