From owner-cvs-sys Sun Sep 21 10:16:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08405 for cvs-sys-outgoing; Sun, 21 Sep 1997 10:16:09 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08373; Sun, 21 Sep 1997 10:15:37 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id KAA22694; Sun, 21 Sep 1997 10:15:51 -0700 (PDT) To: Peter Wemm cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 locore.s machdep.c mp_machdep.c swtch.s src/sys/i386/include asnames.h In-reply-to: Your message of "Mon, 22 Sep 1997 00:42:37 +0800." <199709211642.AAA08355@spinner.netplex.com.au> Date: Sun, 21 Sep 1997 10:15:50 -0700 Message-ID: <22690.874862150@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Peter Wemm wrote: > > peter 1997/09/21 08:03:59 PDT > > > > Modified files: > > sys/i386/i386 locore.s machdep.c mp_machdep.c swtch.s > > sys/i386/include asnames.h > > Log: > > Implement the parts needed for VM86 under SMP. > > And I might add that it's damn eerie to fire up a dos-box style gadget under > FreeBSD.... Are there any "quick start" instructions anywhere? I did read the man page but found myself somewhat confused as to just what exactly I had to prepare in the DOS domain to set this up. It might be nice if we could come up with a little 'starter kit' which would DTRT assuming /dev/fd0 as the A drive and a possible disk slice for the C drive (e.g I have mine on /dev/sd0s1 and could provide that to the installer if it wanted to know) - this might help DOS Dummies like myself set it up. :) Jordan