[syslinux] com32: custom int3 handler

H. Peter Anvin hpa at zytor.com
Fri Nov 19 20:15:21 PST 2004


Jeff Kalikstein wrote:
> 
>         __asm__("sidt (%0)" :: "r"(&idtr));
> 
>         unsigned long *idt = (void*)idtr.base;
>         idt[3] = int3_handler;
> 

Check the format of an IDT descriptor; this isn't it.

	-hpa




More information about the Syslinux mailing list