diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-11 13:42:01 -0500 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-11 13:42:01 -0500 |
commit | 2dd979123dc38378088d1be39e2253aaf002e4ca (patch) | |
tree | d50ba988cf994179ef7d142dcf145e8721f34356 /kernel/include | |
parent | 5cbf0b467e91953d8d072470825ffdf5bd23e049 (diff) |
virtual_mm: Progress on the still disfunctional virtual mm
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/mm/virtual_mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/include/mm/virtual_mm.h b/kernel/include/mm/virtual_mm.h index ad2b961..5259ee0 100644 --- a/kernel/include/mm/virtual_mm.h +++ b/kernel/include/mm/virtual_mm.h @@ -22,7 +22,6 @@ #include <stdbool.h> #include <stdint.h> -#define PAGE_SIZE (4096 * KiB) #define PAGE_DIRECTORY_SIZE 1024 #define PAGE_TABLE_SIZE 1024 |