From owner-freebsd-emulation Tue Mar 25 23:47:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23768 for emulation-outgoing; Tue, 25 Mar 1997 23:47:40 -0800 (PST) Received: from thelab.hub.org (hal-ns1-10.netcom.ca [207.181.94.74]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA23763 for ; Tue, 25 Mar 1997 23:47:34 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id DAA01041; Wed, 26 Mar 1997 03:46:56 -0400 (AST) Date: Wed, 26 Mar 1997 03:46:55 -0400 (AST) From: The Hermit Hacker To: Gary Clark II cc: freebsd-emulation@freebsd.org Subject: Re: Latest doscmd report In-Reply-To: <199703260714.BAA00242@main.gbdata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 26 Mar 1997, Gary Clark II wrote: > Hello, > > I grabbed the latest doscmd stuff and recompiled a kernel and rebooted. > Me too... > Two of the three test programs run fine (ls.exe and zip.exe). The other > one (q.exe) kept giving me a message about something being unimplemented > except in X mode (this was with the -x switch). Next time I boot this > kernel I'll copy it down..:( > Hrmmm...does it look like: > ./doscmd doscmd: fatal error int16 func 0x0 only supported in X mode That's what I get over here, with a .doscmdrc looking like: assign A: /dev/rfd0.1440 1440 assign A: /dev/rfd0.720 720 assign hard /usr/local/lib/pcemu/DriveA 80 2 2 where DriveA is a 'boot image' I created from playing with pcemu ============ Make install also doesn't seem to work, and my experience with bsdmake Makefile's is so limited as to be non-existent: > make install install -c -s -o bin -g kmem -m 2555 doscmd usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop.