Add simple NVMe module and switch to NVMe emulation

This commit is contained in:
2026-07-23 20:52:10 +03:00
parent ba9beebf8e
commit 065aa261f5
10 changed files with 345 additions and 21 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ fi
qemu-system-x86_64 \
"${debug_flags[@]}" \
-monitor stdio \
-drive file="build/os.img",format=raw,if=ide \
-drive file=build/os.img,format=raw,if=none,id=nvme0 \
-device nvme,drive=nvme0,serial=foo \
-no-reboot \
-d int