Refactor to move alloc_kernel in tree, and move io into syscall
This commit is contained in:
8
alloc_kernel/Cargo.toml
Normal file
8
alloc_kernel/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||
name = "alloc_kernel"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
linked_list_allocator = { git = "https://github.com/phil-opp/linked-list-allocator.git" }
|
||||
spin = "*"
|
||||
Reference in New Issue
Block a user