compiles. In progress new custom allocator
This commit is contained in:
parent
a46f795b5a
commit
b2475a7b27
16 changed files with 763 additions and 23 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue