ableos_userland/drivers/graphics/vgable/src/main.rs

9 lines
174 B
Rust

#![no_std]
#![no_main]
#[no_mangle]
fn start() {
// TODO: Initialize the VGA hardware and configure it to the desired video mode
// (e.g. 640x480, 800x600, etc.).
}