|
|
f52ca2f1e2
|
obj: object header is no longer allocated automatically
|
2023-05-06 19:48:14 +01:00 |
|
|
|
7d321fb7f0
|
sched: add kernel thread creation and SMP-aware thread scheduling
|
2023-05-04 21:43:18 +01:00 |
|
|
|
3a315901ba
|
sched: fix create_idle_thread() not initialising tr_parent
|
2023-05-03 20:19:11 +01:00 |
|
|
|
c64577e24e
|
sched: add function to create per-cpu idle threads
|
2023-05-03 19:27:18 +01:00 |
|
|
|
085c3d2a89
|
sched: add kernel-mode context switching
|
2023-04-30 14:27:57 +01:00 |
|
|
|
b6f8c1ccaa
|
kernel: don't use typedef for enums or non-opaque structs
|
2023-04-13 11:40:52 +01:00 |
|
|
|
80f5e0483c
|
sched: initialise kernel_thread parent ptr
|
2023-04-09 16:38:08 +01:00 |
|
|
|
7d003da960
|
sched: add current_task(), current_thread(), and preempt_disable/enable()
|
2023-03-28 21:40:56 +01:00 |
|
|
|
3e954b1e13
|
sched: add task and thread alloc functions
|
2023-03-09 19:55:52 +00:00 |
|