This website requires JavaScript.
Explore
Help
Sign In
wash
/
mango
Watch
1
Star
0
Fork
0
You've already forked mango
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
53e756eca0d4bc993fbf82ee8bc65ccc8417306e
mango
/
init
/
init.c
8 lines
64 B
C
Raw
Normal View
History
Unescape
Escape
Implemented some basic libc functions and a text console
2022-12-21 08:29:33 +00:00
#
include
<socks/init.h>
kernel: implement initcalls and a testing system
2023-02-26 10:05:39 +00:00
Implemented some basic libc functions and a text console
2022-12-21 08:29:33 +00:00
int
do_initcalls
(
void
)
{
Kernel is now compiled with -Wall -Werror -pedantic
2022-12-28 18:40:41 +00:00
return
0
;
Implemented some basic libc functions and a text console
2022-12-21 08:29:33 +00:00
}
Reference in New Issue
Copy Permalink