Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1291 → Rev 1292

/kernel/trunk/arch/ia32/src/drivers/vesa.c
77,7 → 77,6
page_mapping_insert(AS_KERNEL, videoram_lin_addr+a*4096, vesa_ph_addr+a*4096, PAGE_NOT_CACHEABLE);
fb_init( videoram_lin_addr,vesa_width,vesa_height,vesa_bpp,vesa_scanline);
putchar('\n');
}
 
#endif