mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 01:25:05 -04:00
Fixes
This commit is contained in:
parent
9aceaf69ad
commit
ed55c1fff5
@ -207,8 +207,6 @@ void clear_command(const vector<string>&){
|
|||||||
}
|
}
|
||||||
|
|
||||||
void __attribute__((noreturn)) reboot_command(const vector<string>&){
|
void __attribute__((noreturn)) reboot_command(const vector<string>&){
|
||||||
interrupt<60>();
|
|
||||||
|
|
||||||
asm volatile("mov al, 0x64; or al, 0xFE; out 0x64, al; mov al, 0xFE; out 0x64, al; " : : );
|
asm volatile("mov al, 0x64; or al, 0xFE; out 0x64, al; mov al, 0xFE; out 0x64, al; " : : );
|
||||||
|
|
||||||
__builtin_unreachable();
|
__builtin_unreachable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user