started setting up

This commit is contained in:
2025-02-19 16:47:23 +00:00
parent 501d1ac494
commit 0df671c3fc
62 changed files with 413 additions and 0 deletions
Generated
+25
View File
@@ -0,0 +1,25 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "bitflags"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
[[package]]
name = "foundryos_kernel"
version = "0.1.0"
dependencies = [
"limine",
]
[[package]]
name = "limine"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca87cab008b8efeebdbe037cd4d1438037d48c5cb6fed939ffa5aa06315a321"
dependencies = [
"bitflags",
]