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. #../../../tools/asl/bin/asl -U -L -x -D DELVAR=0 micro_boot_fat.a80
  12. #../../../tools/asl/bin/p2bin micro_boot_fat.p ../micro_boot_fat.rom -r '$-$' -k
  13. $ASL_PATH/asl -U -L -x -D DELVAR=0 micro_boot_fat.a80
  14. $ASL_PATH/p2bin micro_boot_fat.p ../micro_boot_fat.rom -r '$-$' -k
  15.  
  16. #../../../tools/mhmt/mhmt -mlz ../micro_boot_fat.rom ../micro_boot_fat_pack.rom
  17. $MHMT_PATH/mhmt -mlz ../micro_boot_fat.rom ../micro_boot_fat_pack.rom
  18.  
  19.