diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-16 11:52:01 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-16 11:52:01 +0000 |
| commit | f56004a77314d4b4d68bfaf496fd7c6013ba7a27 (patch) | |
| tree | dcd74becf45f2e8832b85534939caac9d8391b10 /arch/x86_64/src/boot | |
| parent | 0c4fd9eaed4a71975879aa83cd2da4b6266a64b5 (diff) | |
| download | teachos-f56004a77314d4b4d68bfaf496fd7c6013ba7a27.tar.xz teachos-f56004a77314d4b4d68bfaf496fd7c6013ba7a27.zip | |
Adjust types
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 29ac58d..e3d9c37 100644 --- a/arch/x86_64/src/boot/boot.s +++ b/arch/x86_64/src/boot/boot.s @@ -268,7 +268,7 @@ enable_paging: mov $page_map_level_4, %eax or 0b11, %eax // TODO: WHY THIS THROW ERROR? - mov %eax, [$page_map_level_4 + 511 * 8] + //mov %eax, [$page_map_level_4 + 511 * 8] /* Enable Physical Address Extension */ mov %cr4, %eax |
