Logo
Explore Help
Sign In
wash/mango
1
0
Fork 0
You've already forked mango
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
62bdb51618e97e7e3e3a7c4ee51bf53d45406026
mango/init/init.c

7 lines
64 B
C
Raw Normal View History

kernel: separate headers into kernel and user headers all kernel headers have been moved from include/mango to include/kernel and include definitions that are only relevant to kernel-space. any definitions that are relevant to both kernel- and user-space (i.e. type definitions, syscall IDs) have been moved to include/mango within libmango.
2026-02-19 18:54:48 +00:00
#include <kernel/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
Powered by Gitea Version: 1.25.4 Page: 42ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API