- Timestamp:
- 08/19/2017 10:07:49 AM (7 years ago)
- Branches:
- master
- Children:
- 23e1597
- Parents:
- ad89950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/flopvbl.sh
rad89950 r53a8288 1 1 # Check, whether FLOPVBL == flopvbl and FLOCK == flock. If yes, then COUNT == 2. 2 2 3 COUNT=$(m68k-none-elf-objdump --syms bios.elf | 3 OBJD=${1} 4 5 if [ -z "${OBJD}" ]; then 6 OBJD=m68k-none-elf-objdump 7 fi 8 9 COUNT=$(${OBJD} --syms bios.elf | 4 10 grep -i -e flopvbl -e flock | 5 11 cut -c -8 |
Note:
See TracChangeset
for help on using the changeset viewer.