[Update] xv6-la init

This commit is contained in:
bLueriVerLHR
2023-07-20 18:06:22 +08:00
parent f683f3bed1
commit 29abfe4101
5 changed files with 330 additions and 49 deletions

View File

@@ -161,6 +161,8 @@ QEMUOPTS += -global virtio-mmio.force-legacy=false
QEMUOPTS += -drive file=fs.img,if=none,format=raw,id=x0
QEMUOPTS += -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0
build: $K/kernel fs.img
qemu: $K/kernel fs.img
$(QEMU) $(QEMUOPTS)