forked from AbleOS/ableos
5 lines
45 B
Rust
5 lines
45 B
Rust
|
#![no_std]
|
||
|
#![no_main]
|
||
|
|
||
|
extern crate kernel;
|