This website requires JavaScript.
Explore
Help
Sign In
nothendev
/
ableos_userland
Watch
1
Star
0
Fork
You've already forked ableos_userland
0
forked from
AbleOS/ableos_userland
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
e75565d7ef
ableos_userland
/
drivers
/
graphics
/
derelict_microarchitecture
/
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