aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-07-06 22:18:03 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-09-08 21:10:27 +0200
commitacae85245497588a44a4fcc2a8da89af83424902 (patch)
tree5546341295cd486bb1d90b28a52fe6cf5760191a /src
parent2adbeb903b431cf4bffcf29a6856eaba30581c22 (diff)
downloadwnix-acae85245497588a44a4fcc2a8da89af83424902.tar.gz
system.cnf: Reduce TCB from 4 to 1
We do not plan on using any kernel-level threads other than the main thread.
Diffstat (limited to 'src')
-rw-r--r--src/ps1/system.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ps1/system.cnf b/src/ps1/system.cnf
index 716bb6c..1c3aebe 100644
--- a/src/ps1/system.cnf
+++ b/src/ps1/system.cnf
@@ -1,4 +1,4 @@
BOOT = cdrom:\wanix.exe;1
-TCB = 4
+TCB = 1
EVENT = 8
STACK = 801FF800