diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-29 08:03:04 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-29 08:03:04 -0400 |
commit | 6da213d840f07a2921091a6d2fab7efa5ec5cdfa (patch) | |
tree | 5f381f61049b92b13416f15a4622b87a6aee56f9 /gdt.hpp | |
parent | c7066d295039b833dd026e200a5aa735631bdf34 (diff) |
enter user mode
Diffstat (limited to 'gdt.hpp')
-rw-r--r-- | gdt.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define GDT_HPP void gdt_initialize(); +void enter_user_mode(void (*func)()); #endif // GDT_HPP |