WIP - pit timer

This commit is contained in:
2017-03-24 11:01:29 +01:00
parent 0b27ddca2c
commit 9ae3b014da
5 changed files with 94 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
#include <acpi.h>
#include <apic.h>
#include <sse.h>
#include <timer.h>
void thread_function()
{
@@ -38,6 +39,7 @@ int kmain(uint64_t multiboot_magic, void *multiboot_data)
apic_init();
ioapic_init();
sse_init();
pit_init();
process_t *p1 = process_spawn(0);