aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyman Benjelloun Touimi <87140171+Ayma-n@users.noreply.github.com>2024-01-29 03:46:31 +0100
committerGitHub <noreply@github.com>2024-01-29 03:46:31 +0100
commit6bd9a350148802b027d6b4d717358dc824d3d528 (patch)
tree9c976ac82011a7a95be5a08b069f9ef336625d0c
parent578bf559ed1015c5675044b81f8121f1f04be11d (diff)
Turn KPREEMPT, RENAMEDIR off
-rw-r--r--Config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index 83d3bf0..1675c07 100644
--- a/Config.mk
+++ b/Config.mk
@@ -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