Add basic module and corresponding documentation

This commit is contained in:
Philipp Oppermann
2015-11-26 10:14:41 +01:00
parent 6b72dd8223
commit 6462a3263c
4 changed files with 362 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
extern crate rlibc;
extern crate spin;
extern crate multiboot2;
extern crate x86;
#[macro_use]
extern crate bitflags;
#[macro_use]
mod vga_buffer;