]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
Feat: Add Kernel Heap (kmalloc) and Preemptive Timer (PIT)
authortadryanom_bot <[email protected]>
Tue, 3 Feb 2026 04:00:08 +0000 (04:00 +0000)
committertadryanom_bot <[email protected]>
Tue, 3 Feb 2026 04:00:08 +0000 (04:00 +0000)
commitd286d0f0eee17174715566de09670795d6b8b66f
tree781dfb2f8d5b907a078244124689b188ba9c882b
parentdd994f9d3c82f916b40b54e5b51aa56b93a4ce9e
Feat: Add Kernel Heap (kmalloc) and Preemptive Timer (PIT)
include/heap.h [new file with mode: 0644]
include/timer.h [new file with mode: 0644]
src/drivers/timer.c [new file with mode: 0644]
src/kernel/main.c
src/mm/heap.c [new file with mode: 0644]