we got the gdt working!

This commit is contained in:
Gitea 2020-12-18 12:38:32 -06:00
parent da7123e518
commit c79e957f38
6 changed files with 56 additions and 19 deletions

View file

@ -3,6 +3,9 @@
#include <stdio.h>
extern int tss[16][2];
extern unsigned short int * GDT;
int test_libc(void);
int init(void);