Create a vga_buffer module

This commit is contained in:
Philipp Oppermann
2017-04-12 19:16:04 +02:00
parent db9a19b38a
commit afc2c26a9d
2 changed files with 44 additions and 0 deletions

View File

@@ -1,8 +1,11 @@
#![feature(lang_items)]
#![feature(const_fn)]
#![no_std]
extern crate rlibc;
mod vga_buffer;
#[no_mangle]
pub extern fn rust_main() {
// ATTENTION: we have a very small stack and no guard page