my exception handler sucked so i redid it

This commit is contained in:
2025-06-05 17:32:38 -04:00
parent 87e5e06142
commit 79f04df82e
4 changed files with 73 additions and 20 deletions

View File

@ -3,7 +3,7 @@
CC = i686-elf-gcc
DEBUG_FLAGS = -D__TESTING__ -g
DEBUG_FLAGS = -D__TESTING__ -g -Wno-div-by-zero
CFLAGS = -m32 -ffreestanding -Wall -Wextra -Werror -Wpedantic --sysroot=$(PWD)/sysroot -isystem=/usr/include -Iinclude -MD $(DEBUG_FLAGS)