feat(OS): Create basic kernel that can be run through both QEMU and on hardware #1

Merged
noah.knegt merged 3 commits from setup-os-structure into main 2025-07-20 21:15:06 +02:00

3 Commits

Author SHA1 Message Date
290b391069 Add instructions to run the kernel
Signed-off-by: Noah Knegt <git@noahknegt.com>
2025-07-20 20:06:04 +02:00
8023048cef Create a basic setup that can start a kernel with cargo
This kernel loops indefenitely without doing something. Later will be extended apon

Signed-off-by: Noah Knegt <git@noahknegt.com>
2025-07-20 19:53:40 +02:00
9401ebccfc Create basic rust project
Signed-off-by: Noah Knegt <git@noahknegt.com>
2025-07-20 19:01:18 +02:00