8 Commits

Author SHA1 Message Date
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
62ec4c93ab meta: rename 2024-11-02 11:31:51 +00:00
94ea756b31 kernel: write to all registered consoles with printk() 2023-05-06 21:32:19 +01:00
b6f8c1ccaa kernel: don't use typedef for enums or non-opaque structs 2023-04-13 11:40:52 +01:00
d56fc961fa kernel: print log messages directly to the console if log_buffer is full 2023-02-08 17:10:13 +00:00
31cb7aab8b kernel: add basic console registration system and printk() 2023-02-04 19:03:45 +00:00
247bb2b530 kernel: port sandbox components 2023-02-03 20:51:23 +00:00
bcdf101779 kernel: add stub logging function 2023-02-03 20:26:02 +00:00