Handout
This commit is contained in:
12
kernel/memory/pagefault.h
Normal file
12
kernel/memory/pagefault.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "../debug/assert.h"
|
||||
#include "../interrupt/handlers.h"
|
||||
#include "../types.h"
|
||||
|
||||
/*! \brief Page Fault Handler
|
||||
*/
|
||||
namespace PageFault {
|
||||
/*! \brief Install page fault handler
|
||||
*/
|
||||
void init();
|
||||
} // namespace PageFault
|
||||
Reference in New Issue
Block a user