💾 Archived View for freeshell.de › tldr › qemu.gmi captured on 2023-09-28 at 16:50:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Generic machine emulator and virtualizer.
Supports a large variety of CPU architectures.
qemu-system-i386 -hda {image_name.img}
qemu-system-x86_64 -hda {image_name.img}
qemu-system-i386 -hda {image_name.img} -cdrom {os_image.iso} -boot d
qemu-system-i386 -m 256 -hda image_name.img -cdrom os-image.iso -boot d
qemu-system-i386 -hda /dev/{storage_device}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).