Add support for thunking cdecl/stdcall-style real-mode code
authorH. Peter Anvin <hpa@zytor.com>
Wed, 21 Nov 2007 02:51:54 +0000 (18:51 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 21 Nov 2007 02:51:54 +0000 (18:51 -0800)
commit033b7497db0d920bdc9f776ef3a65a7b65723ff0
tree4406117dcc52d863b53c79cd3d41fa395cc79c50
parent0188c20b01e4c5702108390eae6ea60a0af0a8e5
Add support for thunking cdecl/stdcall-style real-mode code

Add support for thunking cdecl/stdcall-style 16-bit functions which
pass parameters on the stack.  This is necessary in order to be able
to call PnPBIOS functions without using the (rather scary) PM
interface.
com32.inc
com32/include/com32.h
com32/lib/Makefile
com32/lib/sys/entry.S
comboot.doc