]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
Feat: Add Kernel Heap (kmalloc) and Preemptive Timer (PIT)
authorTulio A M Mendes <[email protected]>
Tue, 3 Feb 2026 04:00:08 +0000 (04:00 +0000)
committerTulio A M Mendes <[email protected]>
Tue, 3 Feb 2026 04:00:08 +0000 (04:00 +0000)
commit1930d30dfac8e01d6bec221917eddb234bbb883d
treef1eacca08ea1d676135675e55d9f9deb46d34e83
parenta663f539daed961fec06c0cabf333c264da8550e
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]