genode/repos/os
Piotr Tworek ffc2a2f306 os: Disambiguate File_system in ram_file_system.h.
According to clang there are two symbols which File_system can refer to:
1. namespace File_system from ram_fs/chunk.h.
2. Vfs::File_system class from  vfs/file_system.h.
Make it clear we refer to the File_system namespace in this case.

Issue #3984
2021-01-25 13:58:11 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: introduce new "Uplink" session 2021-01-25 13:48:09 +01:00
lib nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
recipes nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
run base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
src os: Disambiguate File_system in ram_file_system.h. 2021-01-25 13:58:11 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.