aboutsummaryrefslogtreecommitdiff
path: root/lib/initrd.c
Commit message (Collapse)AuthorAgeFilesLines
* Move initrd.c into libMiquel Sabaté Solà2024-11-261-0/+135
Even if it's tightly coupled with the kernel (e.g. identifying specific tasks from the kernel), in the end it's a library and so it should be placed accordingly. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>