summaryrefslogtreecommitdiff
path: root/static/inferno
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-29 20:37:42 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-29 20:37:42 -0400
commit493557444fb6adfdc6ad97670db76b0b80d5a4f3 (patch)
tree3620029c1e76ed7de6ea81cc51ead3dbcd04c396 /static/inferno
parente16ca438e56d753d240976153595cb487a635817 (diff)
feat: Files with Section Names
Diffstat (limited to 'static/inferno')
-rw-r--r--static/inferno/sections.txt10
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.