diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-22 08:58:48 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-22 08:58:48 +0000 |
| commit | c29d8c3b65f63bfd54031412d9c2975ef7571460 (patch) | |
| tree | c43af699c5f0ccb0e448f6101c6d702be372e1a9 /arch/x86_64/src/boot | |
| parent | 9a1f3e66b6c860fdca689241e78f85bdbb5b4da5 (diff) | |
| download | teachos-c29d8c3b65f63bfd54031412d9c2975ef7571460.tar.xz teachos-c29d8c3b65f63bfd54031412d9c2975ef7571460.zip | |
use actual page_table address
Diffstat (limited to 'arch/x86_64/src/boot')
| -rw-r--r-- | arch/x86_64/src/boot/boot.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/boot/boot.s b/arch/x86_64/src/boot/boot.s index 710d4ce..7d6b322 100644 --- a/arch/x86_64/src/boot/boot.s +++ b/arch/x86_64/src/boot/boot.s @@ -10,7 +10,7 @@ .align 4096 /** - * Reserve space for the page maps we are going to used during startup. + * Reserve space for the page maps we are going to use during startup. * * Note: We are going to use large pages to make the initial mapping code * simpler. |
