= 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] === === [wiki:kernel_cp2 CP2 registers access] === === [wiki:kernel_paddr Physical addressing] === === [wiki:kernel_locks Locks access] === === [wiki:kernel_tty0 TTY0 access] === === [wiki:kernel_context Task context access] === === [wiki:kernel_mapping Mapping access] === === [wiki:kernel_pmem Physical memory allocators] === === [wiki:kernel_vmem Virtual to physical address translation] === === [wiki:kernel_malloc Dynamic memory allocation] === === [wiki:kernel_miscelaneous Miscelaneous] ===