]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
sync: add spinlocks and make console/heap/scheduler irq-safe
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 21:22:21 +0000 (18:22 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 21:22:21 +0000 (18:22 -0300)
commit379ad475da01cddc032d47762a07fe65b0c160f7
tree634c6db54b47fed46191591c52d6771ea61c1917
parent54350fa82420a9b6e947d570210f9ce86168752d
sync: add spinlocks and make console/heap/scheduler irq-safe
include/spinlock.h [new file with mode: 0644]
src/arch/x86/idt.c
src/drivers/uart_console.c
src/drivers/vga_console.c
src/kernel/scheduler.c
src/mm/heap.c