diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-14 14:03:27 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-14 14:03:27 +0000 |
| commit | 38e0b13ab9a4997fdf9f311fd125825919d2e6c7 (patch) | |
| tree | 199989f891136e6502c60a8ad2a07512d6cae022 /arch/x86_64/CMakeLists.txt | |
| parent | 563a3dcbc1f2d26adcd6761358c45d635738f3c5 (diff) | |
| download | teachos-38e0b13ab9a4997fdf9f311fd125825919d2e6c7.tar.xz teachos-38e0b13ab9a4997fdf9f311fd125825919d2e6c7.zip | |
Start developing paging
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 882ea9a..25f8634 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -43,6 +43,7 @@ target_sources("_video" PRIVATE target_sources("_memory" PRIVATE "src/memory/multiboot.cpp" "src/memory/frame_allocator.cpp" + "src/memory/paging.cpp" ) #[============================================================================[ |
