Delete code from first edition

This commit is contained in:
Philipp Oppermann
2018-02-02 13:27:46 +01:00
parent f5797b7fd2
commit 2629945c72
21 changed files with 1 additions and 1937 deletions

View File

@@ -1,22 +1,6 @@
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
name = "blog_os"
version = "0.1.0"
version = "0.2.0"
[dependencies]
bit_field = "0.7.0"
bitflags = "0.9.1"
multiboot2 = "0.1.0"
once = "0.3.2"
rlibc = "1.0"
spin = "0.4.5"
volatile = "0.1.0"
x86_64 = "0.1.2"
linked_list_allocator = "0.4.2"
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "0.2.1"
[lib]
crate-type = ["staticlib"]