aboutsummaryrefslogtreecommitdiff
path: root/test/test_initrd.c
Commit message (Expand)AuthorAgeFilesLines
* test: Remove asserts on specific entry addrsMiquel Sabaté Solà2024-12-031-7/+0
* Remove stack pointer for each processMiquel Sabaté Solà2024-12-031-6/+4
* Simplify the constant on the size of the stackMiquel Sabaté Solà2024-12-031-1/+1
* Share the same stack everywhereMiquel Sabaté Solà2024-12-021-5/+5
* tests: Only test initrd addresses on debugMiquel Sabaté Solà2024-11-251-4/+11
* test: Fix test on initrdMiquel Sabaté Solà2024-11-241-6/+9
* Accept tasks as a parameter on initrd extractionMiquel Sabaté Solà2024-11-241-1/+1
* Add basic parsing for underlying ELF executablesMiquel Sabaté Solà2024-11-221-1/+12
* Initial parsing of the provided initrd fileMiquel Sabaté Solà2024-11-211-0/+28