From owner-freebsd-hackers Wed Sep 29 15: 8:45 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id E388914D95 for ; Wed, 29 Sep 1999 15:08:42 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id SAA96192; Wed, 29 Sep 1999 18:08:58 -0400 (EDT) (envelope-from jobaldwi@vt.edu) Message-Id: <199909292208.SAA96192@server.baldwin.cx> X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199909292018.QAA79832@server.baldwin.cx> Date: Wed, 29 Sep 1999 18:08:58 -0400 (EDT) From: John Baldwin To: "Ronald G. Minnich" Subject: RE: return to real mode Cc: hackers@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Sep-99 John Baldwin wrote: > GROUP CodeGroup _TEXT32, _TEXT16 > > ASSUME CS:CodeGroup, DS:_PMDATA > > .... > > SEGMENT _TEXT32 Byte Public Use32 'CODE' > > .... > > db 0EAh > dd OFFSET ExitPM > dw Sel_CS16 Here's the missing comment for the above: ; jmp far ExitPM > This code has been tested (and works) on 386, 386, and Pentium. > Presumably it should work on later chips as well. Should read: "386, 486, and Pentium..." ^^^ --- John Baldwin -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message