Reload GDT from c

This commit is contained in:
2018-02-19 10:24:07 +01:00
parent 04f2123499
commit 132645c0e6
4 changed files with 33 additions and 0 deletions

View File

@@ -4,7 +4,9 @@
void cpu_init();
void load_idt(void *);
void load_gdt(void *);
uint64_t read_cr0();
uint64_t read_cr2();