Creating scheduler, debug paging

This commit is contained in:
Loic Guegan 2021-05-01 11:37:52 +02:00
parent fb69c7b058
commit 4f08ba2b1d
16 changed files with 227 additions and 88 deletions

View file

@ -1,5 +1,5 @@
EXEC := boucane
CC := g++ -mcmodel=large -nostdlib -nostdinc -no-pie -fno-builtin -fno-stack-protector -I ./ -I include
CC := 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