This commit is contained in:
boreddevnl
2026-05-09 01:17:55 +02:00
parent 3e52d8c8fc
commit e2ecef39e6
3 changed files with 101 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ The SDK and toolchain guides for creating your own `.elf` userland binaries.
- [`ELF App Metadata`](appdev/elf_metadata.md): How to declare app icons and descriptions using source annotations, how the build system embeds them into `.note.boredos.app` ELF sections, and how the kernel reads them at runtime.
- [`Example Apps`](appdev/examples/README.md): A collection of sample C applications ranging from basic terminal output to advanced TCP networking.
- [`Grapher`](appdev/grapher.md): Full reference for the built-in mathematical graphing application — equation syntax, keyboard controls, architecture, and configuration.
- [`Native TCC`](appdev/tcc.md): How to use the Tiny C Compiler (TCC) to build and run C applications directly on BoredOS.
### 4. [Usage](usage/)
General guides on how to interact with the OS.