This website requires JavaScript.
Explore
Help
Register
Sign In
slinky55
/
RockOS
Watch
1
Star
0
Fork
0
You've already forked RockOS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b6ee4fc3de326f1f6be2e9baab4bca141a9bfa88
RockOS
/
programs
/
main.c
6 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
compiled newlib, need to hook up the system calls
2026-06-28 17:58:58 -05:00
#
include
<stdio.h>
more userspace stuff
2026-07-01 20:00:22 -05:00
int
main
(
)
{
printf
(
"
RockOS booting...
\n
"
)
;
compiled newlib, need to hook up the system calls
2026-06-28 17:58:58 -05:00
return
0
;
}
Reference in New Issue
Copy Permalink