Project

General

Profile

Actions

Feature #7

closed

Feature #5: Add a virtual file system implementation

Add a TARFS file system implementation

Added by danirod about 4 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Start date:
08/01/2018
Due date:
% Done:

100%

Estimated time:

Description

TAR is a file format designed to pack multiple files into a single file, for exchange purposes. This allows to pack a file system composed of multiple directories with files into a single file that can be moved through the network, or packed into a disk.

A file system driver that is able to read the contents of a TAR file would be desired. Uses for this file system include adding a ramdisk to the bootable media, that would allow the bootloader to simply include the TAR file when loading the kernel, instead of multiple modules, when booting from a read only media, such as the CD-ROM built using the buildtool.

Actions

Also available in: Atom PDF