minimum viable product

This commit is contained in:
2026-06-04 09:33:24 -04:00
parent 1217b4beaa
commit 4c2236bf5d
15 changed files with 1274 additions and 309 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "kernel"
version = "0.1.0"
edition = "2021"
[dependencies]
bootloader_api = "0.11"
x86_64 = "0.14"