Debug GDT enable multitasking

This commit is contained in:
Loic Guegan 2021-05-02 14:46:18 +02:00
parent 4f08ba2b1d
commit e59104ffb5
14 changed files with 283 additions and 85 deletions

View file

@ -1,5 +1,5 @@
EXEC := boucane
CC := g++ -Wno-write-strings -Wno-int-to-pointer-cast -mcmodel=large -nostdlib -nostdinc -no-pie -fno-builtin -fno-stack-protector -I ./ -I include
CC := g++ -g -Wno-write-strings -Wno-int-to-pointer-cast -mcmodel=large -nostdlib -nostdinc -no-pie -fno-builtin -fno-stack-protector -I ./ -I include
LD_SCRIPT := linker.ld
# Note that BOOT_OBJ do not match boot.S