docs: Add README.md

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-28 01:26:27 +00:00
parent a829418eb0
commit 6424cb799e
+10
View File
@@ -0,0 +1,10 @@
# 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!