dbc7b8fc59
kernel: libc: add headers
2026-02-19 19:21:15 +00:00
6019c9307d
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
0490541dc9
kernel: adjust formatting
2026-02-08 12:32:48 +00:00
34f614b881
libc: move fill_random to kernel/util
2026-02-08 12:06:50 +00:00
62ec4c93ab
meta: rename
2024-11-02 11:31:51 +00:00
079941f3f9
libc: remove sprintf()
2023-03-09 19:54:27 +00:00
d41ea0cd52
kernel: implement initcalls and a testing system
2023-02-26 10:05:39 +00:00
eed73e2414
build: add a "user" arch to allow the kernel to run as a program on the host machine
2023-02-25 17:58:23 +00:00
247bb2b530
kernel: port sandbox components
2023-02-03 20:51:23 +00:00
dba6269fcb
kernel: remove printf() (but keep other string formatters)
2023-02-03 20:23:36 +00:00
8475a6139e
Implemented some basic libc functions and a text console
2022-12-21 08:29:33 +00:00