From 40ffc517e20c381ce8fdb3a881726a26a52e35db Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 21 Nov 2024 13:09:21 +0100 Subject: Initial parsing of the provided initrd file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We expect a CPIO archive with the 'newc' format for the initrd. Parse this archive from the given initrd address and fetch the address for each ELF executable while also pairing which task correspond to which ELF. This commit leaves to do the actual parsing of the ELF file for each task, while also leaving some string utilities to be refined. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dc7f65d..0fc4add 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ usr/initramfs.cpio test/*.o test/test_dt +test/test_initrd # You can generate it with Bear: `$ bear -- make`. compile_commands.json -- cgit v1.2.3