feature: enable paging and load page directory
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
#include "gdt.h"
|
||||
#include "memory.h"
|
||||
#include "shell.h"
|
||||
#include "terminal.h"
|
||||
/* #include "power.h" */
|
||||
#include "gdt.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
@ -21,9 +20,8 @@
|
||||
|
||||
void kernel_main(void)
|
||||
{
|
||||
/* Initialize terminal interface */
|
||||
terminal_initialize();
|
||||
|
||||
init_gdt();
|
||||
init_memory();
|
||||
shell_init();
|
||||
}
|
||||
|
Reference in New Issue
Block a user