forked from xamidev/pepperOS
Config header file + comment header
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
/*
|
||||
* @author xamidev <xamidev@riseup.net>
|
||||
* @brief x64 4-level paging implementation
|
||||
* @license GPL-3.0-only
|
||||
*/
|
||||
|
||||
#include "paging.h"
|
||||
#include "pmm.h"
|
||||
#include <kernel.h>
|
||||
#include <stddef.h>
|
||||
#include <limine.h>
|
||||
#include "config.h"
|
||||
|
||||
/*
|
||||
Paging on x86 uses four different page table levels:
|
||||
|
||||
Reference in New Issue
Block a user