Subversion Repositories HelenOS

Rev

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

Rev 3104 Rev 3227
Line 93... Line 93...
93
    sysinfo_set_item_val("fb.width", NULL, ROW);
93
    sysinfo_set_item_val("fb.width", NULL, ROW);
94
    sysinfo_set_item_val("fb.height", NULL, ROWS);
94
    sysinfo_set_item_val("fb.height", NULL, ROWS);
95
    sysinfo_set_item_val("fb.address.physical", NULL, VIDEORAM);
95
    sysinfo_set_item_val("fb.address.physical", NULL, VIDEORAM);
96
    sysinfo_set_item_val("fb.address.color", NULL, PAGE_COLOR((uintptr_t)
96
    sysinfo_set_item_val("fb.address.color", NULL, PAGE_COLOR((uintptr_t)
97
        videoram));
97
        videoram));
98
   
-
 
99
#ifndef CONFIG_FB
-
 
100
    putchar('\n');
-
 
101
#endif  
-
 
102
}
98
}
103
 
99
 
104
static void ega_display_char(char ch)
100
static void ega_display_char(char ch)
105
{
101
{
106
    videoram[ega_cursor * 2] = ch;
102
    videoram[ega_cursor * 2] = ch;