On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote:
>
> Steve Turner wrote:
> > 1) get the DOSEMU precompiled tgz
> > 2) get the freedos precompiled tgz
> > if either or both were {whatever}.tar.gz
> > then rename them to {whatever}.tgz
> > 3) cd (or: cd $HOME )
> > 4) mkdir dosemu
> > 5) put BOTH downloaded tgz's in $HOME/dosemu
> > 6) tar -xzf freedos{whatever}.tgz
> > do this one first or you will have problems.
> > even if you plan to only run real partition
> > you still have to do this. Yep - have to!
> > 7) tar -xzf dosemu{whatever}.tgz
> > 8) NOW - you must become root (su - root and give password)
> > mkdir /var/lib/dosemu
> > chmod 755 /var/lib/dosemu
[...] funny setup. This is easier done by installing the RPM or from
source. The precompiled tgz is designed to run somewhere under one's
$HOME directory without any root rights needed.
> I chose to ./dos - which links to the executable dosemu/bin/dosemu.bin
> which reports that my libc.so.6 lacks the needed LIBC_2.2, which is true.
> As previously reported I'm using RH 6.2
>
> With everything else being 'so alpha', I have no intention of getting
> LIBC_2.2.
>
> Apparently it is possible to drive par-port(s) from Ver 1.0.2 ?
yes and no. Not easily with the binary tarball, unless you run 1.0.2
dosemu.bin directly which requires you to put files in many different
locations.
It's easier then to run the 1.0.2.1 binary lets you run dosemu as root as
you tried with 1.0.2.
In dosemu 1.1.99.2 the readlink problem is fixed, but you'd have to
compile it from source, because of the glibc 2.2 issue; the source should
"only" require glibc 2.1.3.
For parallel ports this HOWTO section can help:
http://dosemu.sourceforge.net/docs/HOWTO/x249.html#AEN283
but there is still a stupid mistake in the syntax there:
the correct syntax is (if /dev/lp0 is connected with 3bc--3bf)
$_ports = "device /dev/lp0 fast range 0x3bc 0x3bf"
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