we got the gdt working!
This commit is contained in:
parent
da7123e518
commit
c79e957f38
6 changed files with 56 additions and 19 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
extern int tss[16][2];
|
||||
extern unsigned short int * GDT;
|
||||
|
||||
int test_libc(void);
|
||||
int init(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue