[syslinux] Is it possible to replace bios interrupt with a com32 program?

H. Peter Anvin hpa at zytor.com
Wed Mar 19 05:42:16 PDT 2008


louis_fang wrote:
> Hi :
> 
> Is it possible to replace bios interrupt with a com32 program?
> 

I'm not sure what you're asking here, but from a com32 program you can 
access BIOS interrupts via the __intcall() function, unless there is 
already a better replacement in the com32 library.  Note that any memory 
that is to be accessed as segment:offset will need to be copied to the 
com32 bounce buffer (__com32.cs_bounce).

	-hpa




More information about the Syslinux mailing list