Subversion Repositories pentevo

Rev

Rev 982 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 982 Rev 987
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
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
 
3
../../../tools/asl/bin/asl -U -L -x -D DELVAR=0 micro_boot_fat.a80
11
#../../../tools/asl/bin/asl -U -L -x -D DELVAR=0 micro_boot_fat.a80
4
../../../tools/asl/bin/p2bin micro_boot_fat.p ../micro_boot_fat.rom -r '$-$' -k
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
5
 
18
 
6
../../../tools/mhmt/mhmt -mlz ../micro_boot_fat.rom ../micro_boot_fat_pack.rom
-