Load root directory from sd card

This commit is contained in:
Byron Lathi
2023-08-12 16:09:03 -07:00
parent 7039e649bb
commit fd9389268a
9 changed files with 277 additions and 211 deletions

View File

@@ -7,6 +7,8 @@ NAME=bios
BIN=$(NAME).bin
HEX=$(NAME).hex
FPGA_IMG=../../hw/efinix_fpga/init_hex.mem
LISTS=lists
TESTS=tests
@@ -19,6 +21,7 @@ all: $(HEX)
$(HEX): $(BIN)
objcopy --input-target=binary --output-target=verilog $(BIN) $(HEX)
diff $(HEX) $(FPGA_IMG)
$(BIN): $(OBJS)