Merge branch 'post-02' into post-03

This commit is contained in:
Philipp Oppermann
2020-10-02 23:15:32 +02:00
4 changed files with 1 additions and 10 deletions

View File

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