GDT Rewritten to be slightly more stable

This commit is contained in:
Benjamin Kyd
2019-04-28 00:10:47 +01:00
parent 6be1414484
commit fe0a4a6d3b
7 changed files with 44 additions and 34 deletions

View File

@@ -8,8 +8,6 @@
#include <lib/std/memory.h>
#include <lib/kernel/logger/logger.h>
#define BochsBreak() outw(0x8A00,0x8A00); outw(0x8A00,0x08AE0);
extern "C" {
extern void INIT_FPU(void);
}