initial commit
This commit is contained in:
5
src/config.h
Normal file
5
src/config.h
Normal 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"
|
||||
Reference in New Issue
Block a user