Added PIT interface
Ready for PR Code review changes Minor changes
This commit is contained in:
parent
2ab99036b1
commit
1e951691a9
6 changed files with 297 additions and 10 deletions
|
@ -31,8 +31,5 @@ pub export fn kmain(mb_info: *multiboot.multiboot_info_t, mb_magic: u32) void {
|
|||
|
||||
log.logInfo("Finished init\n");
|
||||
tty.print("Hello Pluto from kernel :)\n");
|
||||
|
||||
// Enable interrupts
|
||||
arch.enableInterrupts();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue