I built OpenBIOS v1.0 on my Fedora 10 PPC system using gcc 4.3.2. After changing a couple of assembly instructions from 'ba' to 'b', I was able to compile openbios into a binary. The problem is, when I try to run the openbios-unix program with the supplied dict file, I get the following:
bash-3.2$ ./openbios-unix openbios-unix.dict Checksum invalid (65a824b7)! not supported. bash-3.2$
Any idea what corrupted the file?
Ed