i686 now compiles (but not booting)

This commit is contained in:
Alex
2022-10-10 19:55:52 +03:00
parent 11d77f4b2b
commit 9b7c1fb369
4 changed files with 332 additions and 4 deletions

View File

@ -89,7 +89,7 @@ endif
ifeq ($(DEBUG), 1)
CFLAGS += -DDEBUG -ggdb -O0 -fdiagnostics-color=always
LDFLAGS += -ggdb -O0 -g
NASMFLAGS += -F dwarf -g
NASMFLAGS += -felf32 -g
WARNCFLAG += -Wno-unused-function -Wno-maybe-uninitialized -Wno-builtin-declaration-mismatch -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-variable
ifeq ($(TESTING), 1)
CFLAGS += -DTESTING