#!/bin/dash qemu-system-x86_64 \ -kernel bootfs/vmlinuz-xos \ -hda xos_image.img \ -append "root=/dev/sda2 rw console=ttyS0 raid=noautodetect init=/Programs/Core/busybox_ASH" \ -serial stdio -display none \ -m 256 #qemu-system-x86_64 -drive format=raw,file=xos_image.img -m 128 #qemu-system-x86_64 \ # -kernel bootfs/vmlinuz-xos \ # -hda xos_image.img \ # -append "root=/dev/sda2 rw console=ttyS0 raid=noautodetect init=/Programs/Core/busybox_ASH" \ # -serial stdio -display none \ # -m 256 \ # -vga qxl