]> wirehaze git hosting - BOS.git/blob - scripts/install.bat

wirehaze git hosting

updated fasm version for w32 & linux platforms
[BOS.git] / scripts / install.bat
1 @echo off
2 echo Put an empty floppy in drive a: and
3 pause
4 echo.
5 cd ..\kernel
6 ..\utils\fasm kernel.asm kernel.sys
7 cd ..\boot
8 ..\utils\fasm BOS_boot.asm BOS_boot.bin
9 cd..
10 .\utils\partcopy .\boot\BOS_boot.bin 0 200 -f0
11 copy .\kernel\kernel.sys a:
12 echo.
13 echo Complete. Thank you for using my crappy
14 echo installer.. (and for testing BOS 0.04)
15 echo.
16 pause