diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 15:19:29 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-11-24 15:19:29 +0000 |
| commit | eada7bbb150fd81e6fbf71b1df28c8dc19393cfa (patch) | |
| tree | 2abba80305b51b30ab22b4b7a0abe8b2403e2517 /arch/x86_64/src/kernel | |
| parent | 82cfe7fe12626a3bdf1bdf9efcbc7911051ebddf (diff) | |
| download | teachos-eada7bbb150fd81e6fbf71b1df28c8dc19393cfa.tar.xz teachos-eada7bbb150fd81e6fbf71b1df28c8dc19393cfa.zip | |
Adjust bump allocator comment
Diffstat (limited to 'arch/x86_64/src/kernel')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index f4eb033..13526f4 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -31,5 +31,7 @@ namespace teachos::arch::kernel // allocator.allocate_frame still works? // TODO: Fix unmapping old level 4 page table and turn it into guard page, use Stack Probes for stack allocation if // possible. + + // TODO: Align up and down for the bump allocator. https://os.phil-opp.com/kernel-heap/#a-bump-allocator } } // namespace teachos::arch::kernel |
