Add FPGA project workspace layout

This commit is contained in:
2026-04-28 14:30:50 +02:00
parent e8631501e8
commit 329610807e
20 changed files with 210 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
# Software/kernel/
Kernels that run on the core. Starts as a tiny custom kernel for learning
trap/scheduling/syscalls; later hosts the Linux device tree, OpenSBI, and
mainline Linux build artifacts.
**Phases:** 11 (tiny kernel), 19 (Linux boot contract), 20 (Linux).