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

5 lines
130 B
Batchfile
Raw Normal View History

2016-04-14 05:25:09 -04:00
@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