6 Commits

Author SHA1 Message Date
291a5f677e sched: implement passing arguments to user-mode threads 2026-02-19 19:05:53 +00:00
44c2904c11 x86_64: re-arrange user and kernel GDT entries for compatibility with syscall instruction 2026-02-19 18:59:37 +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
880930e917 x86_64: implement functions to jump to userspace 2026-02-08 11:58:27 +00:00
62ec4c93ab meta: rename 2024-11-02 11:31:51 +00:00
085c3d2a89 sched: add kernel-mode context switching 2023-04-30 14:27:57 +01:00