diff options
| author | TheSoeren <imhofabian@gmail.com> | 2024-09-29 08:52:28 +0000 |
|---|---|---|
| committer | TheSoeren <imhofabian@gmail.com> | 2024-09-29 08:52:28 +0000 |
| commit | eeee7967c17704fee443a3b5b02d53a580f18b73 (patch) | |
| tree | e4555b596add2a7f4514643095eda5ce5b7a21f7 /arch/x86_64/src/boot | |
| parent | 4e991f05b8beb7538cee6939777f36610f8b7bc9 (diff) | |
| download | teachos-eeee7967c17704fee443a3b5b02d53a580f18b73.tar.xz teachos-eeee7967c17704fee443a3b5b02d53a580f18b73.zip | |
use multiboot_information_pointer public variable
Diffstat (limited to 'arch/x86_64/src/boot')
| -rw-r--r-- | arch/x86_64/src/boot/boot.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/boot/boot.s b/arch/x86_64/src/boot/boot.s index d41981a..7b4e193 100644 --- a/arch/x86_64/src/boot/boot.s +++ b/arch/x86_64/src/boot/boot.s @@ -366,7 +366,5 @@ _transition_to_long_mode: call _init - mov multiboot_information_pointer, %ebx - mov %ebx, %edi call kernel_main hlt |
