]> 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)
commit407f1db901bb59a6f7ad9b83e7551a43f5c67362
treec348eb0282250056417299e9f0d418ba4655e960
parentedd4a3c605b7a2ff7dc98d43bceaad5b870076e3
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