Subversion Repositories HelenOS-historic

Rev

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

Rev 235 Rev 267
Line 55... Line 55...
55
{
55
{
56
    pm_init();
56
    pm_init();
57
 
57
 
58
    if (config.cpu_active == 1) {
58
    if (config.cpu_active == 1) {
59
        bios_init();
59
        bios_init();
60
        i8042_init();   /* a20 bit */
60
        i8042_init();   /* keyboard controller */
61
        i8259_init();   /* PIC */
61
        i8259_init();   /* PIC */
62
        i8254_init();   /* hard clock */
62
        i8254_init();   /* hard clock */
63
       
63
       
64
        trap_register(VECTOR_SYSCALL, syscall);
64
        trap_register(VECTOR_SYSCALL, syscall);
65
       
65