1
0
Fork 0
forked from AbleOS/ableos
ableos_time/kernel/src/main.rs

4 lines
44 B
Rust
Raw Normal View History

2021-11-16 00:09:27 -06:00
#![no_std]
#![no_main]
2023-03-30 16:43:04 -05:00
extern crate kernel;