Subversion Repositories pentevo

Rev

Rev 982 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #!/bin/bash
  2.  
  3. if [ ! -v ASL_PATH ]; then
  4.         ASL_PATH="../../../tools/asl/bin/"
  5. fi
  6.  
  7. if [ ! -v MHMT_PATH ]; then
  8.         MHMT_PATH="../../../tools/mhmt/"
  9. fi
  10.  
  11. #cd ../../fat_boot/source
  12. #./build.sh
  13. #cd ../../page5/source
  14.  
  15. $MHMT_PATH/mhmt -mlz 8x8_ar.fnt 8x8_ar_pack.bin
  16. $MHMT_PATH/mhmt -mlz 866_code.fnt 866_code_pack.bin
  17. $MHMT_PATH/mhmt -mlz atm_code.fnt atm_code_pack.bin
  18. $MHMT_PATH/mhmt -mlz perfpack.bin perfpack_pack.bin
  19.  
  20. $ASL_PATH/asl -U -L -x -olist rst8service.lst -D DELVAR=0 rst8service.a80
  21. $ASL_PATH/p2bin rst8service.p ../rst8service.rom -r '$-$' -k
  22.  
  23. $ASL_PATH/asl -U -L -x -olist rst8service_fe.lst -D DOS_FE,DELVAR=0 rst8service.a80
  24. $ASL_PATH/p2bin rst8service.p ../rst8service_fe.rom -r '$-$' -k
  25.