Emery Hemingway 09bf68e8ad Cached_fs_rom: serve static ROM sessions from a cache
This component is contrasted with the fs_rom server that serves
independent dataspaces to each client. Using a cache was not possible
until the region map session supported the creation of read-only
attachments.

Test at run/read_only_rom.

Ref #1633
Fix #2760
2018-08-02 14:36:35 +02:00

7 lines
190 B
Makefile

SRC_DIR = src/server/cached_fs_rom
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: $(GENODE_DIR)/repos/os/include/file_system
mkdir include
cp -r $< include/file_system