From owner-freebsd-hackers Mon Apr 15 11:20:50 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17347 for hackers-outgoing; Mon, 15 Apr 1996 11:20:50 -0700 (PDT) Received: from maui.com (langfod@waena.mrtc.maui.com [199.4.33.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA17325 for ; Mon, 15 Apr 1996 11:20:45 -0700 (PDT) Received: (from langfod@localhost) by maui.com (8.6.10/8.6.6) id IAA21481 for hackers@freebsd.org; Mon, 15 Apr 1996 08:20:59 -1000 Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by maui.com (8.6.10/8.6.6) with ESMTP id XAA08631 for ; Sun, 14 Apr 1996 23:24:57 -1000 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.7.4/8.6.12) id CAA23546; Mon, 15 Apr 1996 02:26:52 -0400 (EDT) Received: from zygorthian-space-raiders.MIT.EDU by pain.lcs.mit.edu (8.7.4/8.6.12) with ESMTP id CAA23029 for ; Mon, 15 Apr 1996 02:16:17 -0400 (EDT) Received: (from mycroft@localhost) by zygorthian-space-raiders.MIT.EDU (8.7.4/8.6.11) id CAA07110; Mon, 15 Apr 1996 02:16:16 -0400 (EDT) Date: Mon, 15 Apr 1996 02:16:16 -0400 (EDT) Message-Id: <199604150616.CAA07110@zygorthian-space-raiders.MIT.EDU> From: "Charles M. Hannum" To: netbsd-announce@NetBSD.ORG Subject: New DOS emulator available X-Loop: netbsd-announce@NetBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have ported BSDI's DOS emulator (`doscmd') to NetBSD, and fixed numerous problems with it. You can get a snapshot of the current version from: ftp://sipb.mit.edu/pub/netbsd/doscmd-19960414.tar.gz Please read the bug list in the README file before trying to use it. NOTE: YOU MUST BE RUNNING AN UP TO DATE -current KERNEL FOR THIS TO WORK PROPERLY! If your kernel is not up to date, please don't even try it, and certainly don't report any bugs. I've included the RCS tags of the relevant files below. (Also, please note that this version will not run under BSD/OS. I plan to fix this in the next couple of days.) i386/machdep.c: $NetBSD: machdep.c,v 1.197 1996/04/12 08:44:40 mycroft Exp $ i386/process_machdep.c: $NetBSD: process_machdep.c,v 1.21 1996/04/11 07:47:48 mycroft Exp $ i386/trap.c: $NetBSD: trap.c,v 1.93 1996/04/15 00:20:32 mycroft Exp $ i386/vm86.c: $NetBSD: vm86.c,v 1.9 1996/04/12 05:57:43 mycroft Exp $ i386/freebsd_machdep.c: $NetBSD: freebsd_machdep.c,v 1.8 1996/04/12 08:44:35 mycroft Exp $ i386/linux_machdep.c: $NetBSD: linux_machdep.c,v 1.27 1996/04/12 08:44:37 mycroft Exp $ i386/svr4_machdep.c: $NetBSD: svr4_machdep.c,v 1.22 1996/04/12 08:44:42 mycroft Exp $ include/vm86.h: $NetBSD: vm86.h,v 1.5 1996/04/12 05:57:45 mycroft Exp $