From 25108684fe235d4296c3cbc480298df209682586 Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 4 Apr 2023 06:01:50 +0000 Subject: build system and some other stuff --- mainboard/virt/conf/mainboard.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mainboard/virt/conf/mainboard.conf (limited to 'mainboard/virt') 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 -- cgit v1.2.3