Hello,
I found this script to be helpful to me in getting a VGA BIOS binary for my EPIA.
--- leon@nehemiah:/tmp$ cat dissect.sh #!/bin/bash
for OFFSET in 76607 107793 112921 113603 123297 136064 148043 186053; do dd if=i0100113.bin of=/tmp/rest.lha bs=1 skip=$OFFSET lha tv rest.lha done rm rest.lha ---
Also, to get a rough first idea of the offsets:
--- leon@nehemiah:/tmp$ grep -b -a -o lh5 i0100113.bin 0:lh5 76354:lh5 107256:lh5 112805:lh5 113207:lh5 122904:lh5 135994:lh5 148041:lh5 185911:lh5 ---
Regards,
Leon.