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 <[EMAIL PROTECTED]> -- 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to