mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-11 17:24:08 +03:00
multiboot1: don't mask the PIC when entering kernel
The spec states the PIC must left in the state the BIOS left it in.
This commit is contained in:
parent
7002918c91
commit
78ec547086
@ -248,7 +248,6 @@ __attribute__((noreturn)) void multiboot1_spinup_32(
|
||||
|
||||
__attribute__((noreturn)) void multiboot1_spinup(
|
||||
uint32_t entry_point, uint32_t multiboot1_info) {
|
||||
pic_mask_all();
|
||||
pic_flush();
|
||||
|
||||
#if defined (uefi)
|
||||
|
Loading…
Reference in New Issue
Block a user