improved uart character printing and poweroff/restart

This commit is contained in:
Liam Kerr 2026-02-08 22:06:36 +00:00
parent 10851eeb64
commit 8cd08165e0
6 changed files with 66 additions and 7 deletions

View file

@ -9,7 +9,7 @@ OUTPUT_DIR = output
# Flags
# Added -O0 for easier debugging and -g for symbols
CFLAGS = -Wall -Wextra -ffreestanding -nostdlib -mcmodel=medany -Iinclude -O0 -g
CFLAGS = -Wall -Wextra -ffreestanding -nostdlib -mcmodel=medany -Iinclude -Isrc -O0 -g
LDFLAGS = -T linker.ld
# 1. Find sources