|
|
95f590fb3b
|
multi-cpu scheduling WIP
|
2026-01-25 15:54:00 +01:00 |
|
|
|
7bb3b77ede
|
Disable kernel preemption, fix requesting rescheduling
Build documentation / build-and-deploy (push) Successful in 29s
|
2026-01-22 19:32:15 +01:00 |
|
|
|
c26fd3cb2b
|
Fix scheduler locking hierarchy
|
2026-01-22 15:59:29 +01:00 |
|
|
|
fea0999726
|
Fix scheduler starvation, use lists for scheduling
Build documentation / build-and-deploy (push) Successful in 33s
|
2026-01-22 11:54:52 +01:00 |
|
|
|
fff51321bc
|
Redesign syscalls
Build documentation / build-and-deploy (push) Successful in 40s
|
2026-01-20 20:46:34 +01:00 |
|
|
|
38a43b59b0
|
Resolve strange IRQ issues which cause the scheduler to behave weirdly (IRQ mapping)
Build documentation / build-and-deploy (push) Successful in 52s
|
2026-01-19 01:51:34 +01:00 |
|
|
|
ddafc4eb19
|
Rewrite resource subsystem
|
2026-01-18 20:50:45 +01:00 |
|
|
|
711da8aeab
|
Implement proc_spawn_thread syscall, fix proc_resume and proc_suspend
Build documentation / build-and-deploy (push) Successful in 35s
|
2026-01-16 00:26:37 +01:00 |
|
|
|
ebd9f0cac6
|
Let the user application decide upon the resource ID (RID)
Build documentation / build-and-deploy (push) Successful in 22s
|
2026-01-14 23:19:39 +01:00 |
|
|
|
7cd5623d36
|
Use reference counting to track filetime of process PD
Build documentation / build-and-deploy (push) Successful in 26s
|
2026-01-14 23:11:06 +01:00 |
|
|
|
270ff507d4
|
Implement lock IRQ nesting via stack variables/contexts
Build documentation / build-and-deploy (push) Successful in 21s
|
2026-01-14 22:11:56 +01:00 |
|
|
|
d1d772cb42
|
Fix user apps randomly crashing (APIC, GDT layout, syscall entry)
Build documentation / build-and-deploy (push) Successful in 23s
|
2026-01-14 19:51:18 +01:00 |
|
|
|
41a458b925
|
Implement Mutexes and supporting syscalls, cleanup/optimize scheduler
Build documentation / build-and-deploy (push) Successful in 39s
|
2026-01-10 00:12:42 +01:00 |
|
|
|
6a474c21a0
|
Use RW spin locks
Build documentation / build-and-deploy (push) Successful in 39s
|
2026-01-09 19:53:08 +01:00 |
|
|
|
a5283283f6
|
Hold proc->lock while killing the process
|
2026-01-09 00:00:18 +01:00 |
|
|
|
d7b734306f
|
Introduce concept of Process Resources (PR_MEM), implement necessary syscalls
Build documentation / build-and-deploy (push) Successful in 42s
|
2026-01-07 22:47:30 +01:00 |
|
|
|
28aef30f77
|
Implement proc_map () and proc_unmap () syscalls
Build documentation / build-and-deploy (push) Successful in 21s
|
2026-01-06 23:32:11 +01:00 |
|
|
|
9f107a1a5e
|
Implement proc_unmap ()
|
2026-01-06 17:47:21 +01:00 |
|
|
|
e50f8940a9
|
Redesign linked list
Build documentation / build-and-deploy (push) Successful in 49s
|
2026-01-06 16:38:42 +01:00 |
|
|
|
a8423fe657
|
Better proc_kill () and process cleanup
Build documentation / build-and-deploy (push) Successful in 27s
|
2026-01-06 01:19:11 +01:00 |
|
|
|
fcd5658a80
|
Use red-black trees to store process run queue and process list
Build documentation / build-and-deploy (push) Successful in 43s
|
2026-01-05 18:30:58 +01:00 |
|
|
|
e52268cd8e
|
First Hello world syscall
Build documentation / build-and-deploy (push) Successful in 26s
|
2026-01-03 02:04:09 +01:00 |
|
|
|
1341dc00d9
|
make -B format_kernel
Build documentation / build-and-deploy (push) Successful in 32s
|
2026-01-01 20:17:29 +01:00 |
|
|
|
121fb3b33c
|
Move platform-specific code for process loading/init for AMD64 to amd64/
Build documentation / build-and-deploy (push) Successful in 49s
|
2026-01-01 20:08:37 +01:00 |
|
|
|
5e6bdcc52d
|
Handle swapgs in interrupts and scheduling
Build documentation / build-and-deploy (push) Successful in 29s
|
2026-01-01 18:42:53 +01:00 |
|
|
|
3bcbdb5ec4
|
Fix proc_kill () race, improve scheduler locking
Build documentation / build-and-deploy (push) Successful in 1m45s
|
2026-01-01 16:59:04 +01:00 |
|
|
|
fa7998c323
|
Run first app from ramdisk!
|
2025-12-29 23:54:21 +01:00 |
|