remove server/tar_fs

Tar_fs is superseded by the vfs server.

Fixes #2024
This commit is contained in:
Emery Hemingway
2016-06-26 19:46:48 +02:00
committed by Norman Feske
parent ef845edb6e
commit 5dec689b6d
15 changed files with 1 additions and 1427 deletions

View File

@@ -359,10 +359,6 @@ Separate components:
:'os/src/server/ram_fs':
A file-system implementation that keeps all data in memory.
:'os/src/server/tar_fs':
A read-only file-system implementation that reads data from a TAR archive,
which, in turn, is provided by a ROM service.
:'dde_rump/src/server/rump_fs':
A file-system server that contains various file-systems ported from the
NetBSD kernel.