some fixes

This commit is contained in:
2024-07-31 20:02:36 -05:00
parent 5fa8e0efa3
commit 56152c6d20
5 changed files with 22 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ objects = entry.o kernel.o task.o handler.o interrupt.o v86.o print.o tss.o gdt.
paging.o fault.o tests.o kbd.o helper.o disk.o file.o fs.o dosfs/dosfs.o fs_dos.o\
progs.o hexedit.o textedit.o
CFLAGS = -target "i686-elf" -m32 -mgeneral-regs-only -ffreestanding\
-march=i686 -fno-stack-protector -Wno-int-conversion -nostdlib -c
-march=i686 -fno-stack-protector -Wno-int-conversion -nostdlib -c -g
LFLAGS = -Wl,--gc-sections -Wl,--print-gc-sections -m32 -nostartfiles -nostdlib
ifeq ($(OUTFILE),)