diff options
-rw-r--r-- | Config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ PIPES=0 # pipe(2) functionality SMP=0 # symmetric multiprocessing support VGABUF=0 # Use a rudimentary VGA buffers instead of VT support. - KPREEMPT=1 - RENAMEDIR=1 + KPREEMPT=0 + RENAMEDIR=0 # Set the number of terminals that we should be launching. NTERMS=3 |