Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 114 → Rev 585

/shark/trunk/README.TXT
1,15 → 1,8
TO COMPILE THIS DISTRIBUTION:
 
You need to copy a suitable config.mk from config/mk/ to the config/
directory.
Edit SHARK.CFG to configure all the kernel parameters
and "make" to compile. After this first time, every time
you modify SHARK.CFG you must do a "make clean" and "make"
 
For example, a Linux user should type
 
cp config/mk/linux.mk config/config.mk
cp oslib/mk/linux.mk oslib/config.mk
 
from the S.Ha.R.K. root directory.
Then, just type make, and the kernel will be compiled.
 
Enjoy!