#include #include #include #include #include void early_kernel_main() { terminal_initialize(); idt_init(); paging_init(); }