Added the Global Descriptor Table.

This commit is contained in:
2020-06-19 12:08:17 -05:00
parent b409b3e9d2
commit 84f64badaf
6 changed files with 102 additions and 5 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
#ifndef KERNEL_H
#define KERNEL_H
int strlen(char*);
void kmain();
#endif