Add basic module and corresponding documentation

This commit is contained in:
Philipp Oppermann
2015-11-26 10:14:41 +01:00
parent 6b72dd8223
commit 6462a3263c
4 changed files with 362 additions and 0 deletions

View File

@@ -12,3 +12,10 @@ spin = "0.3.4"
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"
[dependencies.x86]
git = "https://github.com/gz/rust-x86"
[dependencies.bitflags]
git = "https://github.com/phil-opp/bitflags.git"
branch = "no_std"