From 19d9a04e36e7fb96eebe89e24311408460c29a70 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 30 Sep 2024 11:08:46 -0400 Subject: reorganize files --- src/gdt.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/gdt.hpp (limited to 'src/gdt.hpp') 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 + -- cgit v1.2.3