Changes between Initial Version and Version 1 of common_utils
- Timestamp:
- Aug 12, 2014, 11:44:06 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
common_utils
v1 v1 1 = Kernel Utilities = 2 3 These kernel functions can only be executed by a processor in kernel mode. 4 5 * They are used by the boot-loader in the ''static'' phase, to build the page tables, 6 initialize the schedulers and initialize the peripherals. 7 * They are also used by the kernel in the ''dynamic'' phase, to handle events such 8 as interrupts, exceptions and syscalls. 9