Changes between Version 4 and Version 5 of kernel_functions


Ignore:
Timestamp:
Nov 5, 2014, 12:43:51 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kernel_functions

    v4 v5  
    11= GIET_VM / Kernel Functions =
    22
    3 The GIET acronym stands for ''Gestionnaire Interruptions, Exceptions & Trappes''.
     3This section describes the kernel functions, supporting Interrupts, Exceptions, Syscalls, Context switchs and some utility functions.
    44
    5 This section describes the kernel functions, supporting Interrupts, Exceptions, Syscalls and Context switchs.
     5 === [wiki:kernel_interrupts  1. Interrupt Handler] ===
    66
    7  === [wiki:kernel_interrupts  Interrupt Handler] ===
     7 === [wiki:kernel_exceptions  2. Exception Handler] ===
    88
    9  === [wiki:kernel_exceptions  Exception Handler] ===
     9 === [wiki:kernel_syscalls  3. Syscall Handler] ===
    1010
    11  === [wiki:kernel_syscalls  Syscall Handler] ===
     11 === [wiki:kernel_switch 4. Context Switch Handler] ===
    1212
    13  === [wiki:kernel_switch Context Switch Handler] ===
    14 
    15 === [wiki:kernel_utils Utility functions] ===
     13=== [wiki:kernel_utils 5. Utility functions] ===