Old World booting on New World Mac?

Samuel Rydh mol-general@lists.maconlinux.org
Tue, 25 Feb 2003 13:32:24 +0100


On Mon, Feb 24, 2003 at 07:46:37PM -0800, Dara Hazeghi wrote:
> Hello,
> 
> I did a bk pull, and rebuilt. The error I was seeing
> is gone now. Unfortunately, doing startmol --oldworld
> still has the same problem, ie hangs with a black
> screen for mol

> 53c94 SCSI-driver installed (IRQs 12/0)
> Could not register MESH SCSI unit. Need a second bus
> ??
> Swim3 floppy driver installed
> Hammerhead driver installed
> 4096K ROM mapped at 0x4fc00000 from 'rom/rom.8500

If this is the last line in the log, then your rom image is
probably broken. It should have a size of 4194304 bytes.
My ROM has the following md5sum:

2623a0c438045ea04d2cc67310c97743  /home/BK/libmol/rom/rom.8500

Note that the MOL rom-grabber application does not work
that well with recent MacOS versions. Boot the 8500
with extensions and virtual memory off before running
the application... Also, make sure the image is not
encoded in any way.

If you star MOL in debugger mode (startmol -d --oldworld), then
the first assembly instructions should be

	fff00100 b       0xfff00108
	func_fff00104:
	fff00104 b       0xfff00154
	fff00108 mtsprg  1,r1
	fff0010c mfcr    r1
	...

/Samuel