Add "make qemu", which runs a QEMU-based system

This currently has support for a virtio disk, and the Makefiles will
create an empty one for you.
This commit is contained in:
Palmer Dabbelt
2017-12-11 13:30:24 -08:00
parent 3765145708
commit 86de0ac05a
3 changed files with 29 additions and 2 deletions

View File

@ -30,6 +30,7 @@ CONFIG_INET=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_SATA_AHCI=y
@ -46,6 +47,7 @@ CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_STORAGE=y
CONFIG_VIRTIO_MMIO=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_EXT3_FS=y
# CONFIG_FILE_LOCKING is not set