From df083e306a53e6a45a5730e7059032be43cc75ff Mon Sep 17 00:00:00 2001 From: Nick Shipp Date: Sun, 30 Sep 2018 17:05:47 -0400 Subject: Dirty rotten commit full of badness Milestone: Got SMP cores booting and into long mode. The rest is all trash, but maybe trash worth a future archaeological dig. --- bunny/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bunny/Cargo.toml (limited to 'bunny/Cargo.toml') diff --git a/bunny/Cargo.toml b/bunny/Cargo.toml new file mode 100644 index 0000000..5f6ae9d --- /dev/null +++ b/bunny/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "bunny" +version = "0.1.0" +authors = ["Nick Shipp "] +build = "build.rs" + +[dependencies] +efi = { path = "libefi" } +x86_64 = "*" +volatile = "*" -- cgit v1.2.3-54-g00ecf