diff options
author | Frans Kaashoek <[email protected]> | 2022-08-02 11:44:40 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2022-08-02 11:44:40 -0400 |
commit | 84fb6f3dc2bf9d6fea6e21646352f74d063f432f (patch) | |
tree | 0f5b79b299070a538edbec5f2ebbc626dde5cc44 /Makefile | |
parent | 1b02b08db18210f2c1efb4e184c482a06f690fbd (diff) | |
parent | cd00a8233ad43be269908db5bdc28c5961a9dce9 (diff) | |
download | xv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.tar.gz xv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.tar.bz2 xv6-labs-84fb6f3dc2bf9d6fea6e21646352f74d063f432f.zip |
Merge branch 'virtio' into riscv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ CPUS := 3 endif QEMUOPTS = -machine virt -bios none -kernel $K/kernel -m 128M -smp $(CPUS) -nographic +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 |