From 6bd9a350148802b027d6b4d717358dc824d3d528 Mon Sep 17 00:00:00 2001 From: Ayman Benjelloun Touimi <87140171+Ayma-n@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:46:31 +0100 Subject: Turn KPREEMPT, RENAMEDIR off --- Config.mk | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2