* Bootable HDImage not using FreeDos for Download?
@ 2002-06-25 4:14 Dan Egli
2002-06-25 10:04 ` Bart Oldeman
2002-06-25 14:24 ` John J. Boyer
0 siblings, 2 replies; 5+ messages in thread
From: Dan Egli @ 2002-06-25 4:14 UTC (permalink / raw)
To: linux-msdos
does anyone know of a dosemu hd image that one could download? I'm having
absolutely no luck in making a custom hdimage work! I was finally able to
build an image, but when I try to use it in Dosemu, dosemu crashes on boot.
I honestly don't care if it's MS-DOS, or Caldera Dos, or whatever, as long
as it's not FreeDos because I need emufs.sys and/or lredir.exe to work and
they are confirmed to not work under FreeDos.
Thanks in advance!
Dan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootable HDImage not using FreeDos for Download?
2002-06-25 4:14 Bootable HDImage not using FreeDos for Download? Dan Egli
@ 2002-06-25 10:04 ` Bart Oldeman
2002-06-25 14:24 ` John J. Boyer
1 sibling, 0 replies; 5+ messages in thread
From: Bart Oldeman @ 2002-06-25 10:04 UTC (permalink / raw)
To: Dan Egli; +Cc: linux-msdos
On Mon, 24 Jun 2002, Dan Egli wrote:
> I honestly don't care if it's MS-DOS, or Caldera Dos, or whatever, as long
> as it's not FreeDos because I need emufs.sys and/or lredir.exe to work and
> they are confirmed to not work under FreeDos.
I can confirm that they *do* work under FreeDos. Also, it's much easier to
boot from a directory instead of an hdimage.
But to answer your question: I think www.drdos.com still has an hdimage
available.
Bart
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootable HDImage not using FreeDos for Download?
2002-06-25 4:14 Bootable HDImage not using FreeDos for Download? Dan Egli
2002-06-25 10:04 ` Bart Oldeman
@ 2002-06-25 14:24 ` John J. Boyer
2002-06-25 14:43 ` hlawson
1 sibling, 1 reply; 5+ messages in thread
From: John J. Boyer @ 2002-06-25 14:24 UTC (permalink / raw)
To: Dan Egli; +Cc: linux-msdos
Dan,
I don't know if this will help, but I had no trouble getting mthe dos on
my windows 98 SE partition to work. It boots up just fine under dosemu.
John
On
Mon, 24 Jun 2002, Dan Egli wrote:
> does anyone know of a dosemu hd image that one could download? I'm having
> absolutely no luck in making a custom hdimage work! I was finally able to
> build an image, but when I try to use it in Dosemu, dosemu crashes on boot.
>
> I honestly don't care if it's MS-DOS, or Caldera Dos, or whatever, as long
> as it's not FreeDos because I need emufs.sys and/or lredir.exe to work and
> they are confirmed to not work under FreeDos.
>
> Thanks in advance!
> Dan
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootable HDImage not using FreeDos for Download?
2002-06-25 14:24 ` John J. Boyer
@ 2002-06-25 14:43 ` hlawson
2002-06-25 15:13 ` John J. Boyer
0 siblings, 1 reply; 5+ messages in thread
From: hlawson @ 2002-06-25 14:43 UTC (permalink / raw)
To: John J. Boyer; +Cc: Dan Egli, linux-msdos
On Tue, 25 Jun 2002, John J. Boyer wrote:
> Dan,
> I don't know if this will help, but I had no trouble getting mthe dos on
> my windows 98 SE partition to work. It boots up just fine under dosemu.
> John
> On
> Mon, 24 Jun 2002, Dan Egli wrote:
Hi John,
Would you mind describing in detail how you did this?
--
Hugh Lawson
hlawson@triad.rr.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bootable HDImage not using FreeDos for Download?
2002-06-25 14:43 ` hlawson
@ 2002-06-25 15:13 ` John J. Boyer
0 siblings, 0 replies; 5+ messages in thread
From: John J. Boyer @ 2002-06-25 15:13 UTC (permalink / raw)
To: hlawson; +Cc: Dan Egli, linux-msdos
Hugh,
First, I used an entry in /etc/fstab to mount the Windows partition on
/win. I set the permissions on /win to everybody. Can't quite remember
what the chmod command was. Something like chmod 777 /win. This had to
be done by root, of course. Next I put config.sys and autoexec.bat files
with different extensions in the root directory of the Windows
partition. I had already installed dosemu-1.1.3 for systemwide access.
Then in the dosemu directory of my user directory (not root), I put a
symbolic link to /win. In the dosemu configuration file I set $_hdimage
to the symbolic link as drive C, the freedos directory as drive D, etc.
In the autoexec.bat file for dosemu, which I think I called
autoexec.ems, I set the path to point to \windows\command, followed by
d:=freedos, etrc. The dosemu config.sys, which I called something like
config.ems was fairly straightforward, except that i set a large value
for the /e or environment parameter, because I have some greedy C
compilers in that partition.
I can send these files if anyone wants them, and also my configuration
file.
Let me know if this needs clarification.
John
On Tue, 25 Jun 2002
hlawson@triad.rr.com
wrote:
> On Tue, 25 Jun 2002, John J. Boyer wrote:
>
> > Dan,
> > I don't know if this will help, but I had no trouble getting mthe dos on
> > my windows 98 SE partition to work. It boots up just fine under dosemu.
> > John
> > On
> > Mon, 24 Jun 2002, Dan Egli wrote:
>
> Hi John,
>
> Would you mind describing in detail how you did this?
>
>
--
Computers to Help People, Inc.
http://www.chpi.org
825 East Johnson; Madison, WI 53703
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-06-25 15:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-25 4:14 Bootable HDImage not using FreeDos for Download? Dan Egli
2002-06-25 10:04 ` Bart Oldeman
2002-06-25 14:24 ` John J. Boyer
2002-06-25 14:43 ` hlawson
2002-06-25 15:13 ` John J. Boyer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.