qemu_tinycore
- Download TinyCore from http://tinycorelinux.net/downloads.html
- Run
qemu-img.exe create tinycore.img 10G –f raw
to create a virtual file system. - Run
qemu-system-x86_64 -m 512 -boot d -cdrom TinyCore-current.iso -hda tinycore.img -display gtk
- See the running GUI