Subversion Repositories HelenOS

Rev

Rev 3900 | Rev 3932 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3900 Rev 3902
Line 247... Line 247...
247
#endif
247
#endif
248
}
248
}
249
 
249
 
250
void arch_reboot(void)
250
void arch_reboot(void)
251
{
251
{
252
    outb(0x64, 0xfe);
252
    pio_write_8(0x64, 0xfe);
253
    while (1)
253
    while (1)
254
        ;
254
        ;
255
}
255
}
256
 
256
 
257
/** Construct function pointer
257
/** Construct function pointer