forked from AbleOS/ableos_userland
8 lines
73 B
Rust
8 lines
73 B
Rust
|
#![no_std]
|
||
|
#![no_main]
|
||
|
|
||
|
#[no_mangle]
|
||
|
fn start() {
|
||
|
// Simple driver
|
||
|
}
|