Changes between Initial Version and Version 1 of common_utils


Ignore:
Timestamp:
Aug 12, 2014, 11:44:06 AM (11 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • common_utils

    v1 v1  
     1= Kernel Utilities =
     2
     3These 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,
     6initialize the schedulers and initialize the peripherals.
     7 * They are also used by the kernel in the ''dynamic'' phase, to handle events such
     8as interrupts, exceptions and syscalls.
     9