Age | Commit message (Expand) | Author |
---|---|---|
2022-05-12 | Kernel: Move the aarch64 boot.S out of the Prekernel directory | Timon Kruiper |
2022-05-12 | Kernel: Move Prekernel{CPU, Exceptions}.cpp out of Prekernel directory | Timon Kruiper |
2022-05-12 | Kernel: Move Prekernel assembly utils to aarch64/ASM_wrapper.h | Timon Kruiper |
2022-05-12 | Kernel: Replace Prekernel::halt with Processor::halt in aarch64 build | Timon Kruiper |
2022-05-03 | Kernel: Remove unused aarch64 Prekernel::panic() function | Timon Kruiper |
2022-05-03 | Kernel: Replace calls to Prekernel::panic() with PANIC macro on aarch64 | Timon Kruiper |
2022-05-03 | Kernel: Modify UART::print_str() to also take into account the length | Timon Kruiper |
2022-04-08 | Kernel: Adjust includes after file reorganization | Tiaan Louw |
2022-04-06 | Kernel: Improve the aarch64 kernel source files disk layout | James Mintram |