diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-06 22:18:03 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-08 21:10:27 +0200 |
| commit | acae85245497588a44a4fcc2a8da89af83424902 (patch) | |
| tree | 5546341295cd486bb1d90b28a52fe6cf5760191a /src | |
| parent | 2adbeb903b431cf4bffcf29a6856eaba30581c22 (diff) | |
| download | wnix-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.cnf | 2 |
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 |
