Load our own GDT.

Replace the GDT from limine with our own.
This commit is contained in:
Drew Galbraith 2023-05-17 21:41:08 -07:00
parent 872e6f3392
commit 03fe4d8c2e
6 changed files with 119 additions and 10 deletions

View file

@ -1,2 +1,2 @@
#! /bin/bash
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-as -D CMAKE_BUILD_TYPE=Debug
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-gcc -D CMAKE_BUILD_TYPE=Debug