On Thu, 15 Jan 2004, Stephen torri wrote:

> On Thu, 2004-01-15 at 03:38, norseman wrote:
> > normally, in the synthetic mode, you only need the .bat/.sys files. thus
> > the contents of the .emu files can be made the contents of the .bat/.sys
> > files and you won't need to bother with two sets of configs.
> >
> > just reading the above and not having more to go on,
> >     /dev/cdrom -> /dev/cdroms/cdrom0
> > and
> >         $HOME/.dosemu/drives/d -> /dev/cdrom
> >
> > yes???

no! You have two alternatives to access the cdrom:
a) device=cdrom.sys (in config.sys)
   shsucdx /d:mscd0001 (in autoexec.bat)
   shsucdx will tell you the drive letter. Alternatively use mscdex.
b) $HOME/.dosemu/drives/d -> /cdrom
   where /cdrom is your CD mount point. In that case you must mount your
   CDROM in Linux.
   lredir d: linux\fs/cdrom
   would do the same (at the DOS prompt or autoexec.bat)

Bart

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to