hgruniaux / Pi-kachULM_OS

A mini OS kernel for Raspberry PI 3 and 4
Other
3 stars 1 forks source link

[feat] Add support for an initial in-RAM filesystem from a tar or cpio file #26

Closed hgruniaux closed 5 months ago

hgruniaux commented 8 months ago

It will be cool if initially the kernel was able to create a temporary filesystem in memory from a TAR file or CPIO file just like Linux does with initramfs.

To choose between TAR vs CPIO:

If we want to support compression of the archive: