mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
remove server/tar_fs
Tar_fs is superseded by the vfs server. Fixes #2024
This commit is contained in:
committed by
Norman Feske
parent
ef845edb6e
commit
5dec689b6d
@@ -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.
|
||||
|
||||
@@ -397,7 +397,7 @@ First, we specify the components that need to be built
|
||||
|
||||
! set build_components {
|
||||
! core init drivers/audio drivers/framebuffer drivers/input
|
||||
! drivers/pci drivers/timer server/tar_fs app/dosbox
|
||||
! drivers/pci drivers/timer app/dosbox
|
||||
! }
|
||||
! build $build_components
|
||||
|
||||
|
||||
Reference in New Issue
Block a user