# HG changeset patch # User Paul Boddie # Date 1627848619 -7200 # Node ID da0fa7c525e01005ef4eabadb024978ee1913bd0 # Parent 3a7fc2f477ba5c8e649d0c41ebae653da75dbeff Added some top-level documentation. diff -r 3a7fc2f477ba -r da0fa7c525e0 README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Sun Aug 01 22:10:19 2021 +0200 @@ -0,0 +1,21 @@ +This is a collection of L4Re packages for providing and using filesystems and +related components. + +This directory (dstest) should be installed within the pkg directory in the +L4Re distribution. + +To make the test programs available to L4Re, add the following line to the +L4Re conf/Makeconf.boot file: + +MODULE_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf + +It may also be necessary to add the following line as well: + +BOOTSTRAP_SEARCH_PATH += $(L4DIR_ABS)/pkg/dstest/conf + +This removes any need to copy program configuration files and associated +resources to the L4Re distribution itself. + +The program module lists in the conf subdirectory can either be appended to +the L4Re conf/modules.list file, or a specific .list file can be copied to the +conf/modules.list location (potentially after taking a backup copy).