dev pci min works, non pci dev doesnt

This commit is contained in:
Ciro Santilli
2017-06-25 09:08:03 +01:00
parent 2df31fe7dc
commit 6b85ade34c
4 changed files with 168 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ case "$arch" in
-M pc \
-append 'root=/dev/vda $extra_append' \
-device edu \
-device lkmc_min \
-device lkmc_pci_min \
-drive file=${images_dir}/rootfs.ext2,if=virtio,format=raw \
-kernel ${images_dir}/bzImage \
-monitor telnet::45454,server,nowait \