Add skeleton

This commit is contained in:
Jeremy Soller 2016-08-13 16:34:27 -06:00
parent 9af0cc2e22
commit e90cd5c90a
3 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
Cargo.lock
target

3
Cargo.toml Normal file
View file

@ -0,0 +1,3 @@
[package]
name = "kernel"
version = "0.1.0"

4
src/lib.rs Normal file
View file

@ -0,0 +1,4 @@
//! # The Redox OS Kernel, version 2
//!
//! The Redox OS Kernel is a hybrid kernel that supports X86 systems and
//! provides Unix-like syscalls for primarily Rust applications