genode/repos/os
Norman Feske 96cde52838 vfs: make <rom> fs robust against invalid ROMs
An invalid ROM dataspace can occur, for example, when requesting a ROM
from the report_rom service before the first report was posted. Such a
<rom> node can still be useful if it's dynamic. E.g., it can be watched.
Hence, the corner case of an invalid ROM dataspace should be gracefully
handled instead of causing an abort.

Issue #3606
2020-02-04 15:51:09 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os/dynamic_rom_session.h: support Xml_generator 2020-02-04 15:51:09 +01:00
lib New sandbox library extracted from init component 2020-02-04 15:51:09 +01:00
recipes New sandbox library extracted from init component 2020-02-04 15:51:09 +01:00
run New sandbox library extracted from init component 2020-02-04 15:51:09 +01:00
src vfs: make <rom> fs robust against invalid ROMs 2020-02-04 15:51:09 +01:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02: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.