Login

Subversion Repositories NedoOS

Rev

Rev 1780 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

@echo off
if "%settedpath%"=="" call "_sdk\setpath.bat"
echo atm=2 > _sdk\syssets.asm
echo atm2clock=0 >> _sdk\syssets.asm
echo sys_npages=64 >> _sdk\syssets.asm
echo NEMOIDE=0 >> _sdk\syssets.asm
echo SYSDRV=4 >> _sdk\syssets.asm
rem echo SYSDRV=0 >> _sdk\syssets.asm
echo INETDRV=0x00 >> _sdk\syssets.asm
echo PS2KBD=0x00 >> _sdk\syssets.asm
rem echo        define ATMRESIDENT >> _sdk\syssets.asm
echo  define USETOPDOWNMEM >> _sdk\syssets.asm
rem echo        define KEEPPG38 >> _sdk\syssets.asm
echo  define FREEPG0 >> _sdk\syssets.asm
echo  define FREEPG2 >> _sdk\syssets.asm
echo  define FREEPG6 >> _sdk\syssets.asm
set makeall=1
FOR /F "tokens=1 delims=: " %%i IN ('svnversion -n') DO echo  define SVNREVISION %%i >> _sdk\syssets.asm
call make.bat
nedotrd test.trd -eh code.$C
nedotrd test.trd -a code.$C
copy code.$C ..\release\osatm2hm.$C > nul
move test.trd ..\release\osatm2hm.trd > nul
call ..\tools\chkimg.bat hdd
if "%notrunemu%"=="" ..\us\emul.exe -i atm2.ini ..\release\osatm2hm.trd
set makeall=