|
|
7aaea3a4d3
|
tools: reject bare negative errno returns
|
2026-05-12 23:12:51 +08:00 |
|
|
|
9cab2673af
|
refactor(kernel): use linux-style errno returns
|
2026-05-12 23:00:24 +08:00 |
|
|
|
78bc6b70cf
|
docs(api): enforce linux-style public header documentation
|
2026-05-12 18:02:23 +08:00 |
|
|
|
fdb1406ba2
|
docs(api): require documented public headers
|
2026-05-12 17:50:17 +08:00 |
|
|
|
624034acb5
|
feat(sched): add observable kernel thread exit
|
2026-05-12 17:41:03 +08:00 |
|
|
|
7292b9eb56
|
refactor(sched): centralize thread state transitions
- docs/agents: add kernel design guide
|
2026-05-12 17:26:39 +08:00 |
|
|
|
f97c30d5d0
|
fix(sched): guard wait queue state transitions
|
2026-05-12 17:11:13 +08:00 |
|
|
|
61775e86e9
|
docs(tasks): expand staged kernel roadmap
|
2026-05-12 16:53:33 +08:00 |
|
|
|
288d55fb60
|
feat(sched): add condition and timeout wait queues
|
2026-05-10 12:18:45 +08:00 |
|
|
|
edd6e5f2d1
|
chore(tools): add structure checker
|
2026-05-10 12:18:15 +08:00 |
|
|
|
7db47d0e38
|
refactor(kernel): centralize selftests and split scheduler code
|
2026-05-10 12:04:10 +08:00 |
|
|
|
20cdf179d7
|
feat(sched): add irq-exit reschedule and thread reaping
|
2026-05-10 11:03:06 +08:00 |
|
|
|
e8a14dbc15
|
feat(sched): add timer-driven scheduling and wait queues
|
2026-05-09 17:19:26 +08:00 |
|
|
|
bbf184f9fc
|
feat(sched): add x86 context switch and round-robin scheduling
|
2026-05-09 17:07:09 +08:00 |
|
|
|
76a9363e3c
|
feat(sched): add kernel thread foundation
|
2026-05-09 16:59:46 +08:00 |
|
|
|
9e610bdbaa
|
feat(kernel): add PIT timer interrupt foundation
|
2026-05-09 16:49:10 +08:00 |
|
|
|
a2e6889932
|
feat(mm): add minimal kernel heap
|
2026-05-09 11:23:46 +08:00 |
|
|
|
7df720c57b
|
feat(mm): add early page fault diagnostics
|
2026-05-09 11:11:10 +08:00 |
|
|
|
e3f34ac1fe
|
feat(mm): add early page table mapping foundation
|
2026-05-09 10:59:10 +08:00 |
|
|
|
5b69fe1f06
|
feat(mm): add early physical page allocator
|
2026-05-08 23:20:16 +08:00 |
|
|
|
9a8c9f14ef
|
feat(kernel): add early serial log backend
|
2026-05-08 21:34:08 +08:00 |
|
|
|
dbbae27de7
|
docs: update roadmap
|
2026-05-08 21:26:30 +08:00 |
|
|
|
80a2ec024d
|
refactor(boot): move x86 UEFI code under arch and add agent docs entrypoint
|
2026-05-08 19:34:51 +08:00 |
|
|
|
9a71252f91
|
feat(boot): bootstrap minimal UEFI startup and document roadmap
|
2026-05-08 16:29:40 +08:00 |
|