My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
GeneralSysCalls  
General explanation of system calls
Updated Feb 4, 2010 by nekros...@gmail.com

Introduction

This section intends to explain how system calls are generally implemented in the kernel. There are two classes of system calls in the kernel:

All calls are done through interrupts, with one class corresponding to a single interrupt.

Details

Here are the interrupts that correspond to each class:

  • Application - 0x70
  • Server - 0x72


Sign in to add a comment
Powered by Google Project Hosting