Welcome to The Fiwix Project
Your small UNIX-like kernel
fb_char_height 1003 drivers/char/console.c printk("console -\tcolor frame buffer, screen=%dx%d, font=%dx%d\n", video.columns, video.lines, video.fb_char_width, video.fb_char_height); fb_char_height 110 drivers/video/fbcon.c for(n = 0; n < video.fb_char_height; n++) { fb_char_height 150 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 152 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 178 drivers/video/fbcon.c draw_glyph(vidmem, vc->x, vc->y, &font_data[ch * video.fb_char_height], vc->color_attr >> 8); fb_char_height 194 drivers/video/fbcon.c last_ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 201 drivers/video/fbcon.c last_ch = &font_data[(tmp & 0xFF) * video.fb_char_height]; fb_char_height 226 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 228 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 294 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 358 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 360 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 366 drivers/video/fbcon.c count = video.fb_pitch * video.fb_char_height; fb_char_height 391 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 393 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 401 drivers/video/fbcon.c count = video.fb_pitch * video.fb_char_height; fb_char_height 429 drivers/video/fbcon.c ch = &font_data[c * video.fb_char_height]; fb_char_height 496 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 498 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 527 drivers/video/fbcon.c ch = &font_data[(sch & 0xFF) * video.fb_char_height]; fb_char_height 529 drivers/video/fbcon.c ch = &font_data[SPACE_CHAR * video.fb_char_height]; fb_char_height 584 drivers/video/fbcon.c if(!(font_desc = fbcon_find_font(video.fb_char_height))) { fb_char_height 147 include/fiwix/console.h int fb_char_height; fb_char_height 294 kernel/multiboot.c video.fb_char_height = vbem->y_char_size; fb_char_height 298 kernel/multiboot.c video.fb_linesize = video.fb_pitch * video.fb_char_height; fb_char_height 300 kernel/multiboot.c video.fb_vsize = video.lines * video.fb_pitch * video.fb_char_height;