diff options
author | stefan <stefan@s00.xyz> | 2023-04-04 06:01:50 +0000 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-04 06:01:50 +0000 |
commit | 25108684fe235d4296c3cbc480298df209682586 (patch) | |
tree | 59f051e13154764da2b98dfdc1ce66e363d801da /mainboard | |
parent | 254ffbc869c2376e77ecc298dfd396f077e9d58a (diff) | |
download | sv-25108684fe235d4296c3cbc480298df209682586.tar.gz |
build system and some other stuff
Diffstat (limited to 'mainboard')
-rw-r--r-- | mainboard/virt/conf/mainboard.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mainboard/virt/conf/mainboard.conf b/mainboard/virt/conf/mainboard.conf new file mode 100644 index 0000000..77e8e2a --- /dev/null +++ b/mainboard/virt/conf/mainboard.conf @@ -0,0 +1,4 @@ +LOAD_ADDR=0x80200000 +PAGE_SIZE=4096 +NPROC=1 +DEBUG=qemu-system-riscv64 -nographic -machine virt -smp ${NPROC} -m 128M -bios default -gdb tcp::${GDB_PORT} -kernel |