pr: Update part of the docs (#17)

* Add cursor rendering section to window manager documentation

* Add cursor scale system commands to syscalls.md

* Add settings documentation for BoredOS

* Document cross-compiler build instructions for Linux

* Create README.md for BoredOS architecture documentation

* Update Architecture Overview link in README

* Reorganize Color Settings section in settings.md
This commit is contained in:
Lluciocc
2026-05-11 00:12:54 +02:00
committed by GitHub
parent 8a4ddb9b1e
commit e48f3674c7
6 changed files with 188 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
| Guide | Description |
|-------|-------------|
| [Documentation Index](docs/README.md) | Start here! |
| [Architecture Overview](docs/architecture/core.md) | Deep dive into the kernel |
| [Architecture Overview](docs/architecture/README.md) | Deep dive into the kernel |
| [Building and Running](docs/build/usage.md) | Set up your build environment |
| [AppDev SDK](docs/appdev/custom_apps.md) | Build your own apps for BoredOS |