diff options
Diffstat (limited to 'src/gdt.hpp')
-rw-r--r-- | src/gdt.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gdt.hpp b/src/gdt.hpp new file mode 100644 index 0000000..de5e8fc --- /dev/null +++ b/src/gdt.hpp @@ -0,0 +1,8 @@ +#ifndef GDT_HPP +#define GDT_HPP + +void gdt_initialize(); +void enter_user_mode(void (*func)()); + +#endif // GDT_HPP + |