Created
February 11, 2017 06:42
-
-
Save geekyi/2747f25b363841247b3401c3167212a9 to your computer and use it in GitHub Desktop.
qemu-advent-calendar.org/2016/ - day2 - syllable desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET QEMUDIR=..\..\Qemu-windows-2.6.0\ | |
SET BIOS=%QEMUDIR%Bios | |
SET QEMU=%QEMUDIR%qemu-system-i386.exe | |
REM cd "qemu\images\mikeos" | |
SET IMAGEDIR=qemu\images\mikeos | |
SET DISKIMAGE="Syllable 0.6.6\Syllable.vmdk" | |
%QEMU% -m 512 -vga std -soundhw es1370 -hda %DISKIMAGE% -L %BIOS% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment