updated before 3rd class

This commit is contained in:
Wang Chen
2021-04-15 14:47:40 +08:00
parent 5dbe7364e2
commit a9a5c2fdb3
19 changed files with 607 additions and 589 deletions

View File

@@ -1,5 +1,5 @@
CROSS_COMPILE = riscv64-unknown-elf-
CFLAGS = -nostdlib -fno-builtin -mcmodel=medany -march=rv32ima -mabi=ilp32 -g -Wall
CFLAGS = -nostdlib -fno-builtin -march=rv32ima -mabi=ilp32 -g -Wall
QEMU = qemu-system-riscv32
QFLAGS = -nographic -smp 1 -machine virt -bios none