Changes between Version 4 and Version 5 of kernel_functions
- Timestamp:
- Nov 5, 2014, 12:43:51 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_functions
v4 v5 1 1 = GIET_VM / Kernel Functions = 2 2 3 Th e GIET acronym stands for ''Gestionnaire Interruptions, Exceptions & Trappes''.3 This section describes the kernel functions, supporting Interrupts, Exceptions, Syscalls, Context switchs and some utility functions. 4 4 5 This section describes the kernel functions, supporting Interrupts, Exceptions, Syscalls and Context switchs. 5 === [wiki:kernel_interrupts 1. Interrupt Handler] === 6 6 7 === [wiki:kernel_ interrupts InterruptHandler] ===7 === [wiki:kernel_exceptions 2. Exception Handler] === 8 8 9 === [wiki:kernel_ exceptions Exception Handler] ===9 === [wiki:kernel_syscalls 3. Syscall Handler] === 10 10 11 === [wiki:kernel_s yscalls Syscall Handler] ===11 === [wiki:kernel_switch 4. Context Switch Handler] === 12 12 13 === [wiki:kernel_switch Context Switch Handler] === 14 15 === [wiki:kernel_utils Utility functions] === 13 === [wiki:kernel_utils 5. Utility functions] ===