L4Re/departure

Annotated README.txt

263:9edfe5795697
2022-02-19 Paul Boddie Moved input-related functions into a separate module.
paul@153 1
This is a collection of L4Re packages for providing and using filesystems and
paul@153 2
related components.
paul@153 3
paul@153 4
This directory (dstest) should be installed within the pkg directory in the
paul@153 5
L4Re distribution.
paul@153 6
paul@153 7
To make the test programs available to L4Re, add the following line to the
paul@153 8
L4Re conf/Makeconf.boot file:
paul@153 9
paul@153 10
MODULE_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
paul@153 11
paul@153 12
It may also be necessary to add the following line as well:
paul@153 13
paul@153 14
BOOTSTRAP_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf
paul@153 15
paul@153 16
This removes any need to copy program configuration files and associated
paul@153 17
resources to the L4Re distribution itself.
paul@153 18
paul@153 19
The program module lists in the conf subdirectory can either be appended to
paul@153 20
the L4Re conf/modules.list file, or a specific .list file can be copied to the
paul@153 21
conf/modules.list location (potentially after taking a backup copy).