wiki:UsersGuide/RunningInQEMU

Version 1 (modified by Martin Sucha, 12 years ago) ( diff )

Add basic stub for this page

Running HelenOS in QEMU

This page describes how to use QEMU to run various HelenOS images you either downloaded or built yourself.

ia32

qemu -cdrom image.iso

amd64

qemu-system-x86_64 -cdrom image.iso

arm32

qemu-system-arm -kernel image.boot

ppc32

qemu-system-ppc -cdrom image.iso -boot d

sparc64

qemu-system-sparc64 -cdrom image.iso -boot d
Note: See TracWiki for help on using the wiki.