OS Hello world
This commit is contained in:
5
os/run.bat
Normal file
5
os/run.bat
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
|
||||
qemu-system-riscv32 -machine virt -cpu rv32 -smp 1 -m 128M -nographic -serial mon:stdio -bios none -kernel build\kernel.elf
|
||||
|
||||
cmd /c exit
|
Reference in New Issue
Block a user