More work on interrupt handling, Started timer interrupt implementation, PIC remapped hopefully successfull
This commit is contained in:
6
src/kernel/timer.h
Normal file
6
src/kernel/timer.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void init_timer (uint32_t frequency);
|
Reference in New Issue
Block a user