Expand description
TAR archive parser and VFS loader
Parses ustar-format TAR archives from an in-memory byte buffer and creates corresponding files and directories in the VFS (RamFS). Supports regular files (typeflag ‘0’ or ‘\0’), directories (typeflag ‘5’), and symlinks (typeflag ‘2’, resolved as file copies).
Functions§
- load_
tar_ to_ vfs - Load a TAR archive from a byte buffer into the VFS.