diff options
author | Xander <xander@biltopia.org> | 2023-07-24 21:22:40 +0200 |
---|---|---|
committer | Xander <xander@biltopia.org> | 2023-07-24 21:22:40 +0200 |
commit | 6cacc45cdf11ca0e605bb7c6356c569c8aed760b (patch) | |
tree | ab1f695570982d85baabf7b554b75154d48502af /arch/x86_64/boot | |
parent | 58096a11ea200d4caf656bac712cde24daa8a697 (diff) | |
download | ats-os-6cacc45cdf11ca0e605bb7c6356c569c8aed760b.tar.xz ats-os-6cacc45cdf11ca0e605bb7c6356c569c8aed760b.zip |
Prepare big dynload refactor
Diffstat (limited to 'arch/x86_64/boot')
-rw-r--r-- | arch/x86_64/boot/long_mode_init.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/boot/long_mode_init.asm b/arch/x86_64/boot/long_mode_init.asm index 22e7fd4..4b0e023 100644 --- a/arch/x86_64/boot/long_mode_init.asm +++ b/arch/x86_64/boot/long_mode_init.asm @@ -14,4 +14,7 @@ long_mode_start: extern main call main + extern entry + call entry + hlt |