664a39852b5a270dcb077119be4c65d34e86d29d
Signed-off-by: Chloe M. <chloe@mensia.org>
The CUMHOLE initial ramdisk format
Cumhole is a wovely initrd format meant for bundling files into a format in which individual files can be extracted by path.
What makes this different than e.g., TAR?
Unlike TAR, CUMHOLE avoids metadata soup and octal encodings, in addition, we employ an offset table at the beginning of each archive [as opposed to the end where data is stored] where the minimal metadata lives as well as an offset to per-file data!
Description
Languages
C
90.8%
Makefile
9.2%