Updated panel background; updated run-fullscreen
This commit is contained in:
parent
816ddc8f3e
commit
e177fbc310
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
@ -4,6 +4,6 @@
|
||||
RAMDISK="-initrd toaruos-initrd"
|
||||
RAM=512
|
||||
KVM="-enable-kvm"
|
||||
FULLSCREEN="-full-screen"
|
||||
FULLSCREEN="-no-frame"
|
||||
|
||||
qemu -kernel toaruos-kernel -m $RAM $RAMDISK -append "vid=qemu,`xrandr -q|perl -F'\s|,' -lane "/^Sc/&&print join '',@F[8..10]" | sed 's/x/,/'` hdd" -serial stdio -vga std -hda toaruos-disk.img $KVM $FULLSCREEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user