mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
vfs: dynamic configuration support
This commit is contained in:
committed by
Norman Feske
parent
8025f5f570
commit
aa602032dd
@ -58,8 +58,8 @@ class Vfs::Rom_file_system : public Single_file_system
|
||||
_rom(env, _label.string)
|
||||
{ }
|
||||
|
||||
static char const *name() { return "rom"; }
|
||||
|
||||
static char const *name() { return "rom"; }
|
||||
char const *type() override { return "rom"; }
|
||||
|
||||
/*********************************
|
||||
** Directory-service interface **
|
||||
|
Reference in New Issue
Block a user