Date: Wed, 29 Sep 1999 18:08:58 -0400 (EDT) From: John Baldwin <jobaldwi@vt.edu> To: "Ronald G. Minnich" <rminnich@lanl.gov> Cc: hackers@freebsd.org Subject: RE: return to real mode Message-ID: <199909292208.SAA96192@server.baldwin.cx> In-Reply-To: <199909292018.QAA79832@server.baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jobaldwi@vt.edu> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909292208.SAA96192>
