Merge branch 'post-02' into post-03

This commit is contained in:
Philipp Oppermann
2020-07-17 11:15:53 +02:00
5 changed files with 88 additions and 42 deletions

View File

@@ -1,6 +1,8 @@
#![no_std]
#![no_main]
extern crate rlibc;
use core::panic::PanicInfo;
mod vga_buffer;