Subversion Repositories pentevo

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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