compiles. In progress new custom allocator

This commit is contained in:
mtgmonkey 2025-05-13 13:38:57 -04:00
parent a46f795b5a
commit b2475a7b27
16 changed files with 763 additions and 23 deletions

View file

@ -16,17 +16,14 @@ test-timeout = 30 # in seconds
crate-type = ["staticlib"] # library that contains all dependencies
[dependencies]
multiboot2 = "0.23"
pc-keyboard = "0.8"
pic8259 = "0.11"
rlibc = "1.0"
spin = "0.10"
volatile = "0.3" # newest functional version
x86_64 = "0.15"
volatile = "0.3" # 0.3 is newest functional version
x86_64 = "0.15" # 0.14 is newest functional version
[dependencies.lazy_static]
version = "1.5"
features = ["spin_no_std"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"