change qemu options

This commit is contained in:
secXsQuared 2018-10-02 16:11:32 -04:00
parent 73458d7f60
commit 5a001169cb
3 changed files with 2 additions and 1 deletions

View File

View File

@ -1 +0,0 @@
qemu-system-x86_64 -bios qemu_bios.bin -cdrom out/secxkrnl.iso -s -S

2
runq.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
qemu-system-x86_64 -bios qemu_bios.bin -vnc :1235 -monitor stdio -cdrom out/secxkrnl.iso -s -S