forked from LowLevelDevs/FoundryOS
setup GDT & fixed a deadlock
This commit is contained in:
@@ -53,6 +53,7 @@ pub fn boot() -> Result<(), &'static str> {
|
||||
}
|
||||
|
||||
lib_serial::init()?;
|
||||
arch::x86_64::gdt::init();
|
||||
arch::x86_64::interrupts::init_idt();
|
||||
|
||||
x86_64::instructions::interrupts::enable();
|
||||
|
||||
Reference in New Issue
Block a user