From 56230e82e68912f022e5fa606be93a8e223352bb Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sat, 27 Jun 2020 18:30:05 +0100 Subject: Update image creation scripts --- create_installroot/boot_qemu.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 create_installroot/boot_qemu.sh (limited to 'create_installroot/boot_qemu.sh') diff --git a/create_installroot/boot_qemu.sh b/create_installroot/boot_qemu.sh new file mode 100755 index 0000000..d7f527b --- /dev/null +++ b/create_installroot/boot_qemu.sh @@ -0,0 +1,16 @@ +#!/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 -- cgit v1.2.3