Dynamic ROM service for automated testing

This commit is contained in:
Norman Feske
2014-01-10 22:04:56 +01:00
committed by Christian Helmuth
parent 332aeba844
commit 9cb603eb5f
4 changed files with 302 additions and 1 deletions

View File

@@ -375,11 +375,15 @@ Separate components:
A block service that fetches a virtual block device over the network from
a HTTP server.
:'fs_rom':
:'os/src/server/fs_rom':
A ROM service that translates the 'File_system' session interface to the
'ROM' session' interface. Each request for a ROM file is handled by looking
up an equally named file on the file system.
:'os/src/server/dynamic_rom':
A simple ROM service that provides ROM modules that change in time according
to a configured timeline.
Libraries:
:'libports/lib/mk/libc':