diff options
| author | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-09-08 14:37:47 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksav013@gmail.com> | 2022-09-08 14:38:29 +0200 |
| commit | 82e9f02aef1ea1a6588234ee58e3625e3561005f (patch) | |
| tree | 80214489336fa2cc1c615bd63b133934832a5ba4 /kernel/include/paging.h | |
| parent | 1effe3b9ac0bb1a819f6ae5ebb8438e60b77f9a2 (diff) | |
higher half in x86_64
kernel is now located at -2GB
heap blocks are aligned on block size
paging will allocate new page tables on heap
Diffstat (limited to 'kernel/include/paging.h')
| -rw-r--r-- | kernel/include/paging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/include/paging.h b/kernel/include/paging.h index 8f69224..71552d1 100644 --- a/kernel/include/paging.h +++ b/kernel/include/paging.h @@ -8,7 +8,6 @@ #define FLAG_WRITABLE 0x2 #define FLAG_USER 0x4 #define FLAG_HUGE 0x80 -#define KERNEL_VMA 0xc0000000 void init_paging(void); void map_addr(uint64_t virt, uint64_t phys, uint32_t flags); |
