1 2 3 4 5 6 7 8
#ifndef GDT_HPP #define GDT_HPP void gdt_initialize(); void enter_user_mode(void (*func)()); #endif // GDT_HPP