diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-29 20:37:42 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-29 20:37:42 -0400 |
| commit | 493557444fb6adfdc6ad97670db76b0b80d5a4f3 (patch) | |
| tree | 3620029c1e76ed7de6ea81cc51ead3dbcd04c396 /static/inferno | |
| parent | e16ca438e56d753d240976153595cb487a635817 (diff) | |
feat: Files with Section Names
Diffstat (limited to 'static/inferno')
| -rw-r--r-- | static/inferno/sections.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/inferno/sections.txt b/static/inferno/sections.txt new file mode 100644 index 00000000..823dc6e0 --- /dev/null +++ b/static/inferno/sections.txt @@ -0,0 +1,10 @@ +1 the commonly-used commands. +2 Limbo modules, including Inferno's system calls. +3 kernel devices (accessed by `bind'). +4 file services (accessed by `mount'). +5 the Styx file service protocol. +6 file formats and system conventions. +7 databases and database access modules. +8 administrative modules and system services. +9 the reference for Inferno's Tk variant, Limbo/Tk. +10 the build environment and device driver implementation. |
