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

@@ -24,6 +24,7 @@ Primary headers are in `src/userland/libc/` and UI helpers are in `src/wm/`.
- [`Syscalls`](syscalls.md): syscall numbers, FS/SYSTEM command IDs, and wrappers
- [`UI API`](ui_api.md): drawing and event APIs
- [`Widget API`](widget_api.md): common widgets and interaction helpers
- [`Native TCC`](tcc.md): Native C compilation directly on BoredOS
## Typical Include Set