what's best?
Posted: Tue Apr 23, 2002 11:00 pm
hello out there
i'm writing a modular kernel, the problem is how to make the modules comunicate (a function in a
module call another function in another module).
the options are :
1- define a segment descriptor in the gdt or ldt.
this segment contains an array of function pointers.
2 - define call gates in the gdt or ldt.
3 - define interrupt gates in the idt
have you any other idea.
or some link's that can help me.
i'm writing a modular kernel, the problem is how to make the modules comunicate (a function in a
module call another function in another module).
the options are :
1- define a segment descriptor in the gdt or ldt.
this segment contains an array of function pointers.
2 - define call gates in the gdt or ldt.
3 - define interrupt gates in the idt
have you any other idea.
or some link's that can help me.