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
7d76f0ec73be8c6554e9e993f97bbc60fcdbdb98
RockOS
/
programs
/
main.c
6 lines
105 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>
f'd myself over of course, scheduler can now run user programs....
2026-07-04 01:59:19 -05:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
more userspace stuff
2026-07-01 20:00:22 -05:00
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