summaryrefslogtreecommitdiffstats
path: root/src/image/lkrn.c
Commit message (Expand)AuthorAgeFilesLines
* [memmap] Allow explicit colour selection for memory map debug messagesMichael Brown2025-05-251-1/+1
* [memmap] Rename addr/last fields to min/max for clarityMichael Brown2025-05-231-2/+2
* [lkrn] Support initrd construction for RISC-V bare-metal kernelsMichael Brown2025-05-231-99/+95Star
* [lkrn] Shut down devices before jumping to kernel entry pointMichael Brown2025-05-211-0/+4
* [lkrn] Allow a single initrd to be passed to the booted kernelMichael Brown2025-05-211-1/+13
* [fdt] Allow an initrd to be specified when creating a device treeMichael Brown2025-05-211-1/+1
* [lkrn] Add support for EFI zboot compressed kernel imagesMichael Brown2025-05-201-0/+102
* [lkrn] Add basic support for the RISC-V Linux kernel image formatMichael Brown2025-05-201-0/+254