From 238f5415a4dfe4caf6d426a581024feed85e289f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 6 Jul 2025 22:18:03 +0200 Subject: system.cnf: Reduce TCB from 4 to 1 We do not plan on using any kernel-level threads other than the main thread. --- src/ps1/system.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3