Closed jklmnn closed 6 years ago
I created a run file to safe the log in a vfs and log it later (when the terminal is up). It breaks down to the following services:
<LOG>-->[fs_log]--<File_system>-->[vfs]--<File_system>-->[fs_rom]--<ROM>-->[rom_logger]--<LOG>
Currently it seems that fs_log logs to the FS and rom_logger requests the correct file through fs_rom (otherwise fs_rom prints a lookup failed error) but the ROM returned is invalid (according to rom_logger). cc @senier see https://github.com/jklmnn/base-linux-hw/commit/afe54d3a264832a8f345f583ef011d833f4859c2
fs_log
rom_logger
fs_rom
Fixed by https://github.com/genodelabs/genode/issues/2207.
Cheater ;-)
I created a run file to safe the log in a vfs and log it later (when the terminal is up). It breaks down to the following services:
Currently it seems that
fs_log
logs to the FS androm_logger
requests the correct file throughfs_rom
(otherwisefs_rom
prints a lookup failed error) but the ROM returned is invalid (according torom_logger
). cc @senier see https://github.com/jklmnn/base-linux-hw/commit/afe54d3a264832a8f345f583ef011d833f4859c2