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:
Kacper Słomiński 2021-06-30 20:44:24 +02:00
parent 7002918c91
commit 78ec547086

View File

@ -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)