Changes between Version 25 and Version 26 of WikiStart


Ignore:
Timestamp:
Oct 9, 2014, 10:31:48 AM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v25 v26  
    4141== __C) Shared kernel functions__ ==
    4242
    43 The boot code and the kernel code are two separated compilation units, but some ''common'' functions can be used by both the boot code and the kernel code:
     43The boot code and the kernel code are two separated compilation units, but some functions are used by both the boot code and the kernel code:
     44 * They are used by the boot-loader in the ''static'' phase, to build the page tables and initialize the schedulers and the peripherals.
     45 * They are used by the kernel in the ''dynamic'' phase, to handle events such as interrupts, exceptions and syscalls.
    4446
    4547=== [wiki:kernel_utils utility functions] ===