diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 10:21:29 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 10:21:29 +0000 |
| commit | c865eff02ae1978b4f665432d853374d1ffacecf (patch) | |
| tree | 210f93b7092d11f72018c2b7999f31555eef2968 /arch/x86_64/include | |
| parent | 5f149faeb9d41bb56733075b0e56908b3731d38d (diff) | |
| download | teachos-c865eff02ae1978b4f665432d853374d1ffacecf.tar.xz teachos-c865eff02ae1978b4f665432d853374d1ffacecf.zip | |
create trampoline for syscall
Diffstat (limited to 'arch/x86_64/include')
| -rw-r--r-- | arch/x86_64/include/arch/boot/pointers.hpp | 2 |
1 files changed, 2 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..d9a7ab7 100644 --- a/arch/x86_64/include/arch/boot/pointers.hpp +++ b/arch/x86_64/include/arch/boot/pointers.hpp @@ -10,6 +10,8 @@ namespace teachos::arch::boot */ extern "C" size_t const multiboot_information_pointer; + extern "C" void syscall_trampoline(); + } // namespace teachos::arch::boot #endif // TEACHOS_ARCH_X86_64_BOOT_POINTERS_HPP |
