diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-17 14:19:02 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-17 14:19:02 +0100 |
| commit | 541670e49812b5b07079cc86367247402ace331a (patch) | |
| tree | 1276c3664c73f8d44c5c028b5c88ac2decaa9b66 /arch/x86_64/src/boot | |
| parent | 796ce76185b00feb86f6b4f738ac6f953c247116 (diff) | |
| download | teachos-541670e49812b5b07079cc86367247402ace331a.tar.xz teachos-541670e49812b5b07079cc86367247402ace331a.zip | |
x86_64/memory: finish HHDM-based mapper
Diffstat (limited to 'arch/x86_64/src/boot')
| -rw-r--r-- | arch/x86_64/src/boot/boot32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/boot/boot32.S b/arch/x86_64/src/boot/boot32.S index 694b8b7..1c2fdaf 100644 --- a/arch/x86_64/src/boot/boot32.S +++ b/arch/x86_64/src/boot/boot32.S @@ -306,7 +306,7 @@ _assert_cpu_supports_long_mode: pie_function_end /** - * @brief Prepare a recursive page map hierarchy + * @brief Prepare a basic page map hierarchy * * @param ebp+8 The number of huge pages to map * @return void |
