= GIET_VM / Boot & Kernel common functions = The 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: * They are used by the boot-loader in the ''static'' phase, to build the page tables and initialize the schedulers and the peripherals. * They are used by the kernel in the ''dynamic'' phase, to handle events such as interrupts, exceptions and syscalls. === [wiki:kernel_cp0 CP0 registers access functions] === === [wiki:kernel_cp2 CP2 registers access functions] === === [wiki:kernel_paddr Physical addressing functions] === === [wiki:kernel_locks Locks access functions] === === [wiki:kernel_tty0 TTY0 access functions] === === [wiki:kernel_context Task context access functions] === === [wiki:kernel_mapping Mapping access functions] === === [wiki:kernel_pmem Physical memory allocators] === === [wiki:kernel_vmem Virtual to physical address translation] === === [wiki:kernel_utils Miscelaneous kernel functions] ===