#1# Copyright (c) 2000 Peter Wemm2# All rights reserved.3#4# Redistribution and use in source and binary forms are freely5# permitted provided that the above copyright notice and this6# paragraph and the following disclaimer are duplicated in all7# such forms.8#9# This software is provided "AS IS" and without any express or10# implied warranties, including, without limitation, the implied11# warranties of merchantability and fitness for a particular12# purpose.13#1415# ph33r this1617.globl __bangpxeentry, __bangpxeseg, __bangpxeoff18.globl __pxenventry, __pxenvseg, __pxenvoff1920.code1621.p2align 4,0x9022__bangpxeentry:23push %dx # seg:data24push %ax # off:data25push %bx # int16 func26.byte 0x9a # far call27__bangpxeoff: .word 0x0000 # offset28__bangpxeseg: .word 0x0000 # segment29add $6, %sp # restore stack30.byte 0xcb # to vm86int31#32__pxenventry:33.byte 0x9a # far call34__pxenvoff: .word 0x0000 # offset35__pxenvseg: .word 0x0000 # segment36.byte 0xcb # to vm86int373839