From owner-freebsd-current Sat Aug 9 14:10:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA13945 for current-outgoing; Sat, 9 Aug 1997 14:10:10 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA13939 for ; Sat, 9 Aug 1997 14:10:06 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.6/8.8.5) id QAA08819; Sat, 9 Aug 1997 16:10:02 -0500 (EST) From: "John S. Dyson" Message-Id: <199708092110.QAA08819@dyson.iquest.net> Subject: Re: VM86? In-Reply-To: <19970809163338.62258@scsn.net> from "Donald J. Maddox" at "Aug 9, 97 04:33:38 pm" To: dmaddox@scsn.net Date: Sat, 9 Aug 1997 16:10:02 -0500 (EST) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Ok, I added the following line to my kernel config: > > options "VM86" > > ran config, and recompiled. I also built and installed the doscmd > binary. > > However, any attempt to execute a DOS binary (or to boot DOS from > a floppy) results in: > > Init: -1 > sigreturn failed : Invalid argument > doscmd: fatal error vm86 returned (no kernel support?) > > What else do I need to do to get VM86 to work? > The vm86 module needs to be built/loaded... Since the module is so small, I am thinking about installing it permanently when the VM86 option is enabled. John