apio
a1659aa127
This reboot function first tries to reboot using ACPI, then pulsing the CPU's RESET line through the keyboard, then triple-faulting. If we're still there, it halts.
3 lines
41 B
C
3 lines
41 B
C
#pragma once
|
|
|
|
[[noreturn]] void reboot(); |