2 * thunix/kernel/reboot.c
12 #define KEYBOARD_REG_STATUS 0x64
13 #define KEYBOARD_COMMAND_REBOOT 0xfe
18 outb_p(KEYBOARD_COMMAND_REBOOT
, KEYBOARD_REG_STATUS
);
20 /* if fails, then print error message */
21 /* hope it never happens */
22 panic("Sorry, reboot doesn't supported...");