BUG: Walking logic in check() is broken. Moving aligning into source, removing macros

This commit is contained in:
Imbus 2025-09-09 08:47:26 +02:00
parent d608a81674
commit 04c8311528
6 changed files with 115 additions and 46 deletions

View file

@ -1,10 +1,8 @@
CC = gcc
CFLAGS = -Wall -O2
CFLAGS += -DFREELIST_ALIGN
TARGET = main.elf
SRC = main.c freelist.c
SRC = main.c freelist.c hexdump.c
#LDFLAGS =