Age | Commit message (Expand) | Author |
---|---|---|
2023-02-08 | Kernel/aarch64: Embed disk image into kernel binary | Timon Kruiper |
2023-01-24 | Kernel/aarch64: Change base address of the kernel to 0x2000000000 | Timon Kruiper |
2022-10-01 | Kernel/aarch64: Only identity map kernel image, instead of all of RAM | Timon Kruiper |
2022-08-06 | Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ld | Timon Kruiper |
2022-07-14 | Kernel+Userland: Remove supervisor pages concept | Liav A |
2022-05-09 | Kernel: Call the constructors in the aarch64 init function | Timon Kruiper |
2022-05-09 | Kernel: Reorder sections in aarch64 linker script to save space | Timon Kruiper |
2022-05-09 | Kernel: Add some mission sections to the aarch64 linker script | Timon Kruiper |
2022-05-03 | Kernel: Add the .ksyms section to the aarch64 Kernel binary | Timon Kruiper |
2022-04-02 | Kernel: Add all memory files to aarch64 and fix resulting linker errors | James Mintram |
2022-03-12 | Kernel: Move aarch64 Prekernel into Kernel | Jakub V. Flasar |