Add 'nice' and replace 'renice' with a new implementation.

This commit is contained in:
Manuel Novoa III
2005-02-13 20:14:05 +00:00
parent d2fe81706c
commit 2c511609c4
7 changed files with 233 additions and 28 deletions

View File

@@ -329,6 +329,12 @@ config CONFIG_MV
help
mv is used to move or rename files or directories.
config CONFIG_NICE
bool "nice"
default n
help
nice runs a program with modified scheduling priority.
config CONFIG_OD
bool "od"
default n