[kernel] Make serial driver interrupt based
Move the in-kernel serial driver code to be completely interrupt based. The next step will be to move this to a userspace driver.
This commit is contained in:
@@ -183,6 +183,7 @@ kernel_main(init::args *args)
|
||||
unsigned num_cpus = start_aps(*apic, apic_ids, args->pml4);
|
||||
|
||||
interrupts_enable();
|
||||
g_com1.handle_interrupt();
|
||||
|
||||
/*
|
||||
block_device *disk = devices->get_block_device(0);
|
||||
|
||||
Reference in New Issue
Block a user