Commit b58e7d87 authored by FlashLizard's avatar FlashLizard
Browse files

Merge branch 'main' of github.com:minicago/DagasOS

No related merge requests found
Showing with 8 additions and 2 deletions
+8 -2
......@@ -98,7 +98,6 @@ sdcard: user
QEMU = qemu-system-riscv64
QEMUBIOS = sbi-qemu
QEMUOPTS = -machine virt -bios $(QEMUBIOS) -kernel kernel-qemu -m 128M -smp $(CPUS) -nographic
# QEMUOPTS += -global virtio-mmio.force-legacy=false
......@@ -136,4 +135,11 @@ clean :
rm -rf build/* \
sdcard.img \
kernel-qemu \
sbi-qemu
\ No newline at end of file
sbi-qemu
xiji : all
qemu-system-riscv64 -machine virt -kernel kernel-qemu \
-m 128M -nographic -smp 2 -bios sbi-qemu \
-drive file=sdcard.img,if=none,format=raw,id=x0 \
-device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0 \
-device virtio-net-device,netdev=net -netdev user,id=net
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment