super dupper system update (it runs)

This commit is contained in:
2026-01-14 14:11:50 -08:00
parent 9b268810a7
commit 4b2be8be44
332 changed files with 46911 additions and 9123 deletions
+24
View File
@@ -0,0 +1,24 @@
# boot.cfg docs
The /boot/boot.cfg file contains configs for booting
```
initPath<String>
path that init takes to load the init system (systemd)
allowGloabalOverwrites<bool>
allow modifying of gloabal env (usually for debug purposes)
enableAdvanacedDebug<bool>
allow debug into the kernel
maxOpenFiles<num>
maximum open files for the whole system
maxFilesPerTask<num>
maximum open files for each task
preempt<bool>
enable/disable preemptive multitasking
```