Refactor to move alloc_kernel in tree, and move io into syscall

This commit is contained in:
Jeremy Soller
2017-01-09 20:35:54 -07:00
parent 1c7b5680a4
commit e20135575c
9 changed files with 78 additions and 11 deletions

8
alloc_kernel/Cargo.toml Normal file
View 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 = "*"