This commit is contained in:
Baptiste Wicht 2013-12-10 18:13:52 +01:00
parent 9aceaf69ad
commit ed55c1fff5

View File

@ -207,8 +207,6 @@ void clear_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; " : : );
__builtin_unreachable();