Kernel - Cleaning up messages
[tpg/acess2.git] / README
diff --git a/README b/README
index 6890ba3..5680779 100644 (file)
--- a/README
+++ b/README
@@ -29,6 +29,7 @@ The /Kernel tree contains the kernel sources.
  /Usermode/include - Required include files for the shared libraries.
 
 === Building ===
+Required Tools: GNU Toolchain (GCC,Gas,binutils), NASM, mtools, GNU calc
 Compiling Acess is relatively simple (at the moment)
 First edit /Makefile.cfg and set the build programs (making sure they match
   the architecture you are building for).
@@ -42,6 +43,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.

UCC git Repository :: git.ucc.asn.au