summaryrefslogtreecommitdiffstats
path: root/src/image/initrd.c
Commit message (Expand)AuthorAgeFilesLines
* [memmap] Rename addr/last fields to min/max for clarityMichael Brown2025-05-231-2/+2
* [initrd] Squash and shuffle only initrds within the external heapMichael Brown2025-05-231-33/+35
* [initrd] Split out initrd construction from bzimage.cMichael Brown2025-05-231-15/+116
* [initrd] Allow for images straddling the top of the reshuffle regionMichael Brown2025-05-221-1/+8
* [initrd] Rename bzimage_align() to initrd_align()Michael Brown2025-05-221-13/+5Star
* [initrd] Swap initrds entirely in-place via triple reversalMichael Brown2025-05-221-49/+42Star
* [uheap] Expose external heap region directlyMichael Brown2025-05-221-21/+16Star
* [initrd] Move initrd reshuffling to be architecture-independent codeMichael Brown2025-05-211-0/+309
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-37/+0Star
* Actually, the initrd image should be architecture-independent.Michael Brown2007-01-141-0/+37