From owner-freebsd-emulation Sun Aug 31 08:52:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA08414 for emulation-outgoing; Sun, 31 Aug 1997 08:52:26 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA08409 for ; Sun, 31 Aug 1997 08:52:17 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id BAA03007; Mon, 1 Sep 1997 01:20:36 +0930 (CST) Message-Id: <199708311550.BAA03007@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Pedro Giffuni S," cc: emulation@FreeBSD.org Subject: Re: DOSemu Alterer Novices Guide and technical guide In-reply-to: Your message of "Sun, 31 Aug 1997 10:10:07 MST." <3409A56F.7EA0@fps.biblos.unal.edu.co> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 01 Sep 1997 01:20:33 +0930 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Howdy, > It seems like DOSEMU is so messy, they had to build a manual for hacking > it. It is in a primitive state, but here it is: > http://www.uel.ac.uk/pers/A.Macdonald/dosemu/dang/DANG.html It has been in this state for a long time. DANG used to largely depend on specially-formatted comments in the code. > The DOSemu technical guide seems more interesting: > http://www.suse.com/~dosemu/doc-0.67/README-tech.html > (specially the VM86PLUS part) > It may also help knowing that they plan to include the FreeDOS kernel in > a future release. They were planning to do this a year ago, at about the same time that I was evaluating FreeDOS for use with doscmd. The major problem with FreeDOS is that the DOS-C kernel had *no* networking support whatsoever, and its internal structures (eg. the LoL) were completely incompatible with those of MS-DOS. A slightly better bet would be the Caldera OpenDOS, if they ever get around to releasing the source under usable conditions. As it is, the binary release of ODOS works quite nicely. mike