5.2. Compiling auto-discovering
If you are compiling autodiscovery from source you will need to make a
small modification to openmosix.c.
One of the first lines will be
You will need to put this in comment.
If you want to have some more logging available to you you should
edit main.c to show
log_set_debug(DEBUG_TRACE_ALL); (somewhere around line 84)
now run