Classic MOL newbie question

Brendan J Simon mol-general@lists.maconlinux.org
Fri, 05 Sep 2003 20:55:01 +1000


Do I have to do the same for MacOS-X ???
ie. do I have to have separate disk files for each OS?
If so, how do I share files between linux, macos and macosx

Sorry for simple questions.  Please point to appropriate docs if this 
information is somewhere else.

Vielen Dank,
Brendan Simon.


Jens Schmalzing wrote:

>>How do I create a large empty file and what do you mean by large?
>>    
>>
>For Mac OS 9, a 1 Gigabyte file is more than sufficient.  You can
>create it with the command:
>
> dd if=/dev/zero of=/some/location/macos9 bs=1k count=1M
>
>and feed it to MOL with a line like:
>
> blkdev: /some/location/macos9 -rw -force
>
>in the file /etc/mol/molrc.macos.  For safety, remove the other blkdev
>lines in that file.  Then you should be able to run `startmol
>--cdboot' with the Mac OS 9 CD inserted and get a Mac OS 9 installer
>and an empty 1GB hard disk that you can install on.  After that,
>remove the CD, change the line to:
>
> blkdev: /some/location/macos9 -rw -boot
>
>and just run `startmol'.  It should boot the Mac OS 9 you just installed.
>
>  
>
>>I assume this is a file that looks like a disk which MOL can "boot" from?
>>    
>>
>
>Yes.
>
>  
>
>>If there are step by step instructions for this in the docs then
>>please point me to them so I don't hassle you too much.
>>    
>>
>
>There is a nice howto on running mol and the benh kernel with Debian
>at <URL:http://www.csse.monash.edu.au/~ctwardy/mol-debian-benh.html>.
>It doesn't cover Mac OS 9 installation on a file, though.
>
>Regards, Jens.
>
>  
>