diff options
author | Ayman Benjelloun Touimi <87140171+Ayma-n@users.noreply.github.com> | 2024-01-29 03:46:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 03:46:31 +0100 |
commit | 6bd9a350148802b027d6b4d717358dc824d3d528 (patch) | |
tree | 9c976ac82011a7a95be5a08b069f9ef336625d0c /Config.mk | |
parent | 578bf559ed1015c5675044b81f8121f1f04be11d (diff) |
Turn KPREEMPT, RENAMEDIR off
Diffstat (limited to 'Config.mk')
-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 |