docs: link the NVIDIA + Intel GPU feasibility studies from the index

Point the display entry (#19) at nvidia-gpus.md and intel-igpu.md as future native scanout backends.
This commit is contained in:
Daniel Samson 2026-07-14 18:40:59 +01:00
parent 2c63c76288
commit 626e3c5e9b
No known key found for this signature in database
GPG Key ID: A9EB2589C60F7268
1 changed files with 4 additions and 1 deletions

View File

@ -76,7 +76,10 @@ rather than restate it. Roughly in the order things happen at runtime:
that tear-free doesn't. Plan: [display-plan.md](display-plan.md). **v2** (complete) makes
scanout a pluggable backend — GOP floor + a native virtio-gpu driver, hot-attached, with
runtime mode-set, EDID, fenced vsync presents, and restart re-attach:
[display-v2.md](display-v2.md), plan [display-v2-plan.md](display-v2-plan.md).
[display-v2.md](display-v2.md), plan [display-v2-plan.md](display-v2-plan.md). Looking
further out, two research snapshots survey what a *native* driver for real GPU silicon
would take as another `.scanout` backend: [nvidia-gpus.md](nvidia-gpus.md) (RTX 3060 /
Ampere) and [intel-igpu.md](intel-igpu.md) (Intel iGPU).
20. **[halting.md](halting.md) — halting.** Why a kernel can't just "exit", and
how `while (true) hlt` parks the CPU safely once there's nothing left to do.