]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
hal: add system reboot abstraction and route shell reboot through HAL
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 20:47:02 +0000 (17:47 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 20:47:02 +0000 (17:47 -0300)
commit195336fd535170200b6a38c9d5e71848dab3c72a
treee0f2206e58d65f6858f716f9a5ffbc70b8e2009e
parent00ec2bec3f5c8d70733dcdcd851bc9c581cb7f48
hal: add system reboot abstraction and route shell reboot through HAL
include/hal/system.h [new file with mode: 0644]
src/hal/arm/system.c [new file with mode: 0644]
src/hal/mips/system.c [new file with mode: 0644]
src/hal/riscv/system.c [new file with mode: 0644]
src/hal/x86/system.c [new file with mode: 0644]
src/kernel/shell.c