This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
MEMZ/PayloadMBR/test.bat
2016-04-14 11:25:09 +02:00

5 lines
No EOL
130 B
Batchfile

@echo off
nasm -o disk.img kernel.asm
set PATH=%PATH%;C:\Program Files\qemu
qemu-system-i386 -s -soundhw pcspk -fda disk.img
pause