OS Hello world

This commit is contained in:
2024-05-13 12:21:59 +02:00
parent f95a85de00
commit 9160f2912e
6 changed files with 99 additions and 0 deletions

5
os/run.bat Normal file
View 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