X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=README;h=4fb8be16fe9f4f46d02667bdd2f6c56bfed5fe31;hb=25f19babe7a0ab75d04ff7e6f98f7bcb65fb8941;hp=6890ba3c1047d3e812a10c9a4bd3dca60038511b;hpb=5fc81fa5e050f48374a6aff5636f3e60313dfc78;p=tpg%2Facess2.git diff --git a/README b/README index 6890ba3c..4fb8be16 100644 --- a/README +++ b/README @@ -42,6 +42,10 @@ MODULES defines what modules should be statically linked with the kernel Set the source root directory (ACESSDIR) and the destination directory (DISTROOT). +To be able to build usermode programs, Usermode/Libraries/acess.ld needs + to be edited to change the SEARCH_DIR directive to the correct path. +You may also want to edit Usermode/Filesystem/Conf/BootConf.cfg before + installing. Now you can compile the kernel and usermode applications by calling make in the source root.