diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:28:16 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:28:16 +0100 |
| commit | 43ddde5e30a0d71aa11025a5ae232cea83e7fbde (patch) | |
| tree | 0b6366b98fe7c6968ae297d5c72ad4ee11c2715d /CMakeLists.txt | |
| parent | b9a733b87e4ef1a2dcd17387cedf16402acd9fd7 (diff) | |
| download | teachos-43ddde5e30a0d71aa11025a5ae232cea83e7fbde.tar.xz teachos-43ddde5e30a0d71aa11025a5ae232cea83e7fbde.zip | |
kapi: remodel memory API to follow cio API
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d973268..f0c5a20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ add_executable("kernel" # Platform Independent KAPI implementation "src/kapi/cio.cpp" + "src/kapi/memory.cpp" "src/kapi/system.cpp" ) |
