diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-29 07:02:25 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-09-29 07:02:25 +0000 |
| commit | 6288868ebd728720236d6a857df2658bff2d6547 (patch) | |
| tree | 2568ea1271ff5e0c7ef0c1d2f5a7ab8ce1992d6b /arch/x86_64/include | |
| parent | 47879f42d70755fcf5473ffb82798b515cb2e21b (diff) | |
| download | teachos-6288868ebd728720236d6a857df2658bff2d6547.tar.xz teachos-6288868ebd728720236d6a857df2658bff2d6547.zip | |
Pass multiboot info to main function
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/kernel/main.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/include/arch/kernel/main.hpp b/arch/x86_64/include/arch/kernel/main.hpp index 6961594..57b9b58 100644 --- a/arch/x86_64/include/arch/kernel/main.hpp +++ b/arch/x86_64/include/arch/kernel/main.hpp @@ -5,7 +5,7 @@ namespace teachos::arch::kernel { - auto main() -> void; + auto main(size_t multiboot_information_address) -> void; } #endif
\ No newline at end of file |
