Started implementing debugging facilities

This commit is contained in:
2022-12-14 21:45:24 +00:00
parent 51e065faaf
commit 72bf6faadd
11 changed files with 124 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ LD := $(ARCH)-elf-gcc
CC := $(ARCH)-elf-gcc
ASM := $(ARCH)-elf-gcc
CFLAGS := -nostdlib -nostdinc -ffreestanding -Wl,-nostdlib
CFLAGS := -ffreestanding -nostdlib
ASMFLAGS := $(CFLAGS)
LDFLAGS := -nostdlib