06b6e5624a
- sys_schedule can change only selected values, -1 means that the current value should be kept unchanged. For instance we mostly want to change the scheduling quantum and priority but we want to keep the process at the current cpu - RS can hand off its processes to scheduler - service can read the destination cpu from system.conf - RS can pass the information farther |
||
---|---|---|
.. | ||
ack | ||
csu | ||
libarchive | ||
libaudiodriver | ||
libbz2 | ||
libc | ||
libcurses | ||
libdriver | ||
libedit | ||
libend | ||
libfetch | ||
libhgfs | ||
libl | ||
libm | ||
libnetdriver | ||
libsys | ||
libtimers | ||
libutil | ||
libvtreefs | ||
libz | ||
ack_build.sh | ||
clang_build.sh | ||
gnu_build.sh | ||
Makefile | ||
Makefile.inc | ||
README |
ack_build.sh - for ACK library building gnu_build.sh - for GNU library building ack_build.sh obj - create objdirs for gnu libraries ack_build.sh depend - find dependencies of ack libraries ack_build.sh all - compile ack libraries ack_build.sh install - compile and install ack libraries ack_build.sh clean - clean for ack libraries gnu_build.sh obj - create objdirs for gnu libraries gnu_build.sh depend - find dependencies of gnu libraries gnu_build.sh all - compile gnu libraries gnu_build.sh install - compile and install gnu libraries gnu_build.sh clean - clean for gnu libraries