#ifndef GDT_HPP #define GDT_HPP void gdt_initialize(); void enter_user_mode(void (*func)()); #endif // GDT_HPP