started setting up support for C code in the kernel

This commit is contained in:
2025-02-20 17:13:40 +00:00
parent 294e6f0e33
commit 60efcf39b6
9 changed files with 71 additions and 2 deletions
+4 -1
View File
@@ -7,9 +7,12 @@ edition = "2021"
limine = "0.3.1"
lib_example = { path = "../lib_example" }
[build-dependencies]
cc = "1.2.14"
[features]
default = []
[[bin]]
name = "kernel"
path = "src/main.rs"
path = "src/main.rs"