louis_fang
2008-Mar-17 10:06 UTC
[syslinux] Is it possible to replace bios interrupt with a com32 program?
Hi : Is it possible to replace bios interrupt with a com32 program? Louis Best Regards!
H. Peter Anvin
2008-Mar-19 12:42 UTC
[syslinux] Is it possible to replace bios interrupt with a com32 program?
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