diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-06 07:47:27 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-06 07:47:27 +0000 |
| commit | 350aedae0e50749f9821ac7dc6b8316cf35f24bb (patch) | |
| tree | 21f3c67a1648d5950718dc5b0db32e45b870641f /arch/x86_64/include | |
| parent | a8852f91967a7e55e62e30f5cc07d076092b8b78 (diff) | |
| download | teachos-350aedae0e50749f9821ac7dc6b8316cf35f24bb.tar.xz teachos-350aedae0e50749f9821ac7dc6b8316cf35f24bb.zip | |
wip context switch in asm
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/boot/pointers.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp index fe9c657..f0878f9 100644 --- a/arch/x86_64/include/arch/boot/pointers.hpp +++ b/arch/x86_64/include/arch/boot/pointers.hpp @@ -9,6 +9,7 @@ namespace teachos::arch::boot * @brief Address pointing to the start of the multiboot information structure. */ extern "C" size_t const multiboot_information_pointer; + extern "C" auto context_switch() -> void; } // namespace teachos::arch::boot |
