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-07-06 22:21:51 +0200 |
| commit | 238f5415a4dfe4caf6d426a581024feed85e289f (patch) | |
| tree | 5546341295cd486bb1d90b28a52fe6cf5760191a /src | |
| parent | 8c430808c33bf13b981521afbef9c90e7afd8595 (diff) | |
| download | wnix-238f5415a4dfe4caf6d426a581024feed85e289f.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 |
