Subversion Repositories HelenOS

Rev

Rev 4581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4581 Rev 4718
Line 139... Line 139...
139
        .addr = 0x12000000,
139
        .addr = 0x12000000,
140
        .offset = 0,
140
        .offset = 0,
141
        .x = 640,
141
        .x = 640,
142
        .y = 480,
142
        .y = 480,
143
        .scan = 1920,
143
        .scan = 1920,
144
        .visual = VISUAL_BGR_8_8_8,
144
        .visual = VISUAL_RGB_8_8_8,
145
    };
145
    };
146
    fb_init(&gxemul_prop);
146
    fb_init(&gxemul_prop);
147
#else
147
#else
148
#ifdef CONFIG_MIPS_PRN
148
#ifdef CONFIG_MIPS_PRN
149
    dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS);
149
    dsrlnout_init((ioport8_t *) MSIM_KBD_ADDRESS);