Implement a bootloader that loads kernel images through UART. Implement a simple allocator. Understand what’s initial ramdisk. Understand what’s devicetree. Understand how to create threads and user ...
As shown in Figure 1, the main framework of Turning OS is divided into three major parts: components, kernel symbol tables, and managers that provide kernel services. In the design of components, ...