Add skeleton
This commit is contained in:
parent
9af0cc2e22
commit
e90cd5c90a
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Cargo.lock
|
||||
target
|
3
Cargo.toml
Normal file
3
Cargo.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[package]
|
||||
name = "kernel"
|
||||
version = "0.1.0"
|
4
src/lib.rs
Normal file
4
src/lib.rs
Normal 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
|
Loading…
Reference in a new issue