Calling a call-gate in C
Posted: Sat Nov 22, 2003 12:00 am
How do I make a far call to a call gate(or another segment) in c?
I would like to write the following code in C:
call 0008h:00000000h ;Call Kernel
Is there any doc/tutorial on how to use segments in c?
Or is at all possible?
I would like to write the following code in C:
call 0008h:00000000h ;Call Kernel
Is there any doc/tutorial on how to use segments in c?
Or is at all possible?