On Tue, 21 Dec 1999, Krishna Mohan G(B.Tech) wrote:

> I installed xmms-0.9.5-1 yesterday. I went through the Readme file and I
> had the following configuring dosemu.conf
> I set $_hdimage = "drives/*". My /var/lib/dosemu/etc/drives/ has the
> entries c,d which are symbolically linked to mounted /c /d directories.

Here is the way I do it.

$_hdimage = "bootdir" #bootdir is /var/lib/dosemu/bootdir

Then /var/lib/dosemu/bootdir contains these links:

command.com ->/mnt/D/command.com  
#/mnt/D is /dev/hdb1 in /etc/fstab
ddrv -> /mnt/D
edrv->/mnt/E                      
#/mnt/E is /dev/hda5 in /etc/fstab  
io.sys ->/mnt/D/io.sys
msdos.sys ->/mnt/D/msdos.sys

This boots msdos 6.2 just fine.  Maybe "drives" needs to be like this:
/var/lib/dosemu/drives.  /mnt/D and /mnt/E have to be mounted for
this to work, I think.

Hugh Lawson
Greensboro, North Carolina
[EMAIL PROTECTED]

Reply via email to