More work on interrupt handling, Started timer interrupt implementation, PIC remapped hopefully successfull

This commit is contained in:
2021-05-16 15:53:14 +01:00
parent 28ac6a05af
commit a094f510d3
15 changed files with 577 additions and 350 deletions

6
src/kernel/timer.h Normal file
View File

@ -0,0 +1,6 @@
#pragma once
#include <stddef.h>
#include <stdint.h>
void init_timer (uint32_t frequency);