Subversion Repositories NedoOS

Rev

Rev 1752 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download

  1. @echo off
  2. if "%settedpath%"=="" call "_sdk\setpath.bat"
  3. echo atm=2 > _sdk\syssets.asm
  4. echo sys_npages=64 >> _sdk\syssets.asm
  5. echo NEMOIDE=0 >> _sdk\syssets.asm
  6. echo SYSDRV=4 >> _sdk\syssets.asm
  7. rem echo SYSDRV=0 >> _sdk\syssets.asm
  8. echo INETDRV=0x00 >> _sdk\syssets.asm
  9. echo PS2KBD=0x00 >> _sdk\syssets.asm
  10. rem echo        define ATMRESIDENT >> _sdk\syssets.asm
  11. echo    define USETOPDOWNMEM >> _sdk\syssets.asm
  12. rem echo        define KEEPPG38 >> _sdk\syssets.asm
  13. echo    define FREEPG0 >> _sdk\syssets.asm
  14. echo    define FREEPG4 >> _sdk\syssets.asm
  15. echo    define FREEPG6 >> _sdk\syssets.asm
  16. call make.bat
  17. nedotrd test.trd -eh code.$C
  18. nedotrd test.trd -a code.$C
  19. copy code.$C ..\release\osatm2hm.$C > nul
  20. move test.trd ..\release\osatm2hm.trd > nul
  21. call ..\tools\chkimg.bat hdd
  22. if "%makeall%"=="" ..\us\emul.exe -i atm2.ini ..\release\osatm2hm.trd
  23.