initial commit

This commit is contained in:
2026-04-14 00:02:09 +02:00
commit 8d6775c51d
12 changed files with 562 additions and 0 deletions

5
src/config.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define EMU_MEM_SIZE 4096u
#define EMU_PROGRAM_PATH "build/emulated.riscv.elf"
#define EMU_ENTRY_SYMBOL "entry"