diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-11 18:36:23 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-11 18:36:23 +0100 |
| commit | cf8d0d899ee17db734ce8ab7ee618333eb1767f2 (patch) | |
| tree | 8ff328c106d9f928423dfa860567fbf6dbf84f88 /arch/x86_64/src/kapi | |
| parent | 998a001fc621ca0e7560ca09a8acd29469ae3373 (diff) | |
| download | teachos-cf8d0d899ee17db734ce8ab7ee618333eb1767f2.tar.xz teachos-cf8d0d899ee17db734ce8ab7ee618333eb1767f2.zip | |
kapi: finish documentation
Diffstat (limited to 'arch/x86_64/src/kapi')
| -rw-r--r-- | arch/x86_64/src/kapi/memory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/src/kapi/memory.cpp b/arch/x86_64/src/kapi/memory.cpp index 00b9de3..cd0bd77 100644 --- a/arch/x86_64/src/kapi/memory.cpp +++ b/arch/x86_64/src/kapi/memory.cpp @@ -117,7 +117,7 @@ namespace teachos::memory } // namespace - auto active_allocator() -> frame_allocator & + auto active_frame_allocator() -> frame_allocator & { if (!allocator) { @@ -127,7 +127,7 @@ namespace teachos::memory return *allocator; } - auto active_mapper() -> page_mapper & + auto active_page_mapper() -> page_mapper & { if (!mapper) { |
