start work on println

This commit is contained in:
Conzer 2024-12-03 15:22:49 -05:00
parent 22ad44dea7
commit dbc49f92ec
2 changed files with 81 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#![allow()]
#![no_std]
#![no_main]
mod vga_buffer;
use core::panic::PanicInfo;
#[panic_handler]