Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Jan 12, 2014
1 parent c367c07 commit 6743e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[link(name = "main",
package_id = "rustboot",
vers = "0.1",
vers = "0.2",
license = "MIT")];
#[crate_type = "lib"];
#[no_std];
Expand All @@ -9,6 +9,7 @@
extern mod core;

use platform::{cpu, io, drivers};
use kernel::memory::Allocator;

pub mod kernel;

Expand Down
2 changes: 1 addition & 1 deletion rust-core

0 comments on commit 6743e2a

Please sign in to comment.