Simple physical memory allocator, virtual memory manager
This commit is contained in:
17
src/inthandlers.cpp
Normal file
17
src/inthandlers.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "inthandlers.hpp"
|
||||
|
||||
extern "C"
|
||||
__attribute__ ((interrupt))
|
||||
void gpFaultHandler(void* frame, unsigned int error)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
extern "C"
|
||||
__attribute__ ((interrupt))
|
||||
void pageFaultHandler(unsigned int error)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user