wash
bc575aa1a1
x86_64: thread: remove log when cloning user thread
2026-04-20 22:20:43 +01:00
wash
3584f6831b
x86_64: thread: copy fs- and gs-base pointers to cloned thread context
2026-04-19 19:36:16 +01:00
wash
6c5bf2344f
sched: thread: implement cloning of userspace thread contexts
2026-04-01 18:29:54 +01:00
wash
512356ac2d
sched: enforce ref-counting on current task/thread pointers
2026-04-01 18:17:05 +01:00
wash
24f9ef85bf
sched: implement user-configurable fs and gs segment base addresses
2026-03-18 21:07:05 +00:00
wash
291a5f677e
sched: implement passing arguments to user-mode threads
2026-02-19 19:05:53 +00:00
wash
44c2904c11
x86_64: re-arrange user and kernel GDT entries for compatibility with syscall instruction
2026-02-19 18:59:37 +00:00
wash
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
wash
880930e917
x86_64: implement functions to jump to userspace
2026-02-08 11:58:27 +00:00
wash
62ec4c93ab
meta: rename
2024-11-02 11:31:51 +00:00
wash
085c3d2a89
sched: add kernel-mode context switching
2023-04-30 14:27:57 +01:00