Added PIT interface

Ready for PR


Code review changes


Minor changes
This commit is contained in:
ED 2019-06-26 18:42:38 +01:00
parent 2ab99036b1
commit 1e951691a9
6 changed files with 297 additions and 10 deletions

View file

@ -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();
}
}