[comp.sys.mac.programmer] SCSI Help needed

rcbaem@rw5.urc.tue.nl (pooh 'Ernst' Mulder) (01/30/91)

Since I haven't got the Inside Mac volume containing the SCSI calls,
can anyone help me on this one?

I have a hard disk that won't boot, and have to boot from floppy. I
don't want to keep all the INITs I use on the floppy, and thus would
like INIT 31 to use the INITs stored in my hard disk's System Folder.
The problem is that the hard disk isn't mounted at init time, and I
will have to write code to mount it when my INIT 31 replacement runs.

Can anyone present me sample code to mount say the hard disk on SCSI
address 0?

pooh