Rev 1120 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1120 | Rev 1186 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | set path=d:\yad\svn\pentevo\tools\asl\bin;d:\yad\svn\pentevo\tools\mhmt;d:\yad\svn\pentevo\tools\csum32;d:\yad\svn\pentevo\tools\noice2equ\ |
4 | set path=d:\yad\svn\pentevo\tools\asl\bin;d:\yad\svn\pentevo\tools\mhmt;d:\yad\svn\pentevo\tools\csum32;d:\yad\svn\pentevo\tools\noice2equ\ |
5 | set includes=d:\yad\svn\pentevo\rom\ |
5 | set includes=d:\yad\svn\pentevo\rom\ |
6 | if not exist tmp md tmp |
6 | if not exist tmp md tmp |
7 | 7 | ||
8 | cls |
- | |
9 | - | ||
10 | asl -U -L -x -olist tmp\micro_boot_fat.lst -g noice -i %includes% -D DRV_VAR=0x4000 micro_boot_fat.a80 || goto error |
8 | asl -U -L -x -olist tmp\micro_boot_fat.lst -g noice -i %includes% -D DRV_VAR=0x4000 micro_boot_fat.a80 || goto error |
11 | p2bin micro_boot_fat.p ..\micro_boot_fat_ers.rom -r $-$ -k |
9 | p2bin micro_boot_fat.p ..\micro_boot_fat_ers.rom -r $-$ -k |
12 | 10 | ||
13 | asl -U -L -x -olist tmp\micro_boot_fat.lst -g noice -i %includes% -D DRV_VAR=0x4000,ALL_DRVS micro_boot_fat.a80 || goto error |
11 | asl -U -L -x -olist tmp\micro_boot_fat.lst -g noice -i %includes% -D DRV_VAR=0x4000,ALL_DRVS micro_boot_fat.a80 || goto error |
14 | p2bin micro_boot_fat.p ..\micro_boot_fat.rom -r $-$ -k |
12 | p2bin micro_boot_fat.p ..\micro_boot_fat.rom -r $-$ -k |