Draft: lab 5 failed

This commit is contained in:
2025-05-03 20:45:34 +08:00
parent 981cae803b
commit e73f90395d
39 changed files with 588 additions and 429 deletions

View File

@@ -6,7 +6,7 @@ GNU := $(ARCH)-linux-gnu
GDB := $(GNU)-gdb
QEMU := qemu-system-$(ARCH)
QEMUFLAGS += -M raspi3b -display none -serial null
QEMUFLAGS += -M raspi3b -display gtk -serial null
CC := $(GNU)-gcc
CCFLAGS += -Wall -Wextra -O0 \