This website requires JavaScript.
Explore
Help
Sign In
AbleOS
/
ableos_userland
Watch
2
Star
0
Fork
You've already forked ableos_userland
1
Code
Issues
Pull requests
1
Projects
Releases
Wiki
Activity
836445d5e2
ableos_userland
/
drivers
/
basic_driver
/
src
/
main.rs
8 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
initial userland commit
2022-12-03 12:15:03 -06:00
#![
no_std
]
#![
no_main
]
#[
no_mangle
]
update drivers
2022-12-05 04:22:02 -06:00
fn
start
(
)
{
initial userland commit
2022-12-03 12:15:03 -06:00
// Simple driver
}
Reference in a new issue
Copy permalink