Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

syscall.h File Reference

System Calls header. More...

Go to the source code of this file.

Functions

void syscall_handler (dword *eax, dword *ebp)
 This procedure execute every system call invoked by INT 0x80.
Parameters:
eax  The EAX register of the calling procedure must contains the syscall id. At the end of the syscall it contains the returned value.
ebp  The EBP register of the calling procedure. It must point to the stack pointer of the calling procedure.



Detailed Description

System Calls header.

Author:
Andrea Righi <drizzt@inwind.it>
Date:
Last update: 2003-11-04
Note:
Copyright (©) 2003 Andrea Righi

Definition in file syscall.h.


Generated on Fri Feb 20 15:32:20 2004 for Minirighi by doxygen1.2.18