Rev 1318 | Rev 1371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1318 | Rev 1327 | ||
---|---|---|---|
Line 78... | Line 78... | ||
78 | page_mapping_insert(AS_KERNEL, vram_lin_addr + a*PAGE_SIZE, vesa_ph_addr + a*FRAME_SIZE, |
78 | page_mapping_insert(AS_KERNEL, vram_lin_addr + a*PAGE_SIZE, vesa_ph_addr + a*FRAME_SIZE, |
79 | PAGE_NOT_CACHEABLE); |
79 | PAGE_NOT_CACHEABLE); |
80 | 80 | ||
81 | fb_init(vram_lin_addr, vesa_width, vesa_height, vesa_bpp, vesa_scanline); |
81 | fb_init(vram_lin_addr, vesa_width, vesa_height, vesa_bpp, vesa_scanline); |
82 | 82 | ||
- | 83 | fb_register(); |
|
83 | sysinfo_set_item_val("Framebuffer.address.physical",NULL,vesa_ph_addr); |
84 | sysinfo_set_item_val("fb.address.physical", NULL, vesa_ph_addr); |
84 | } |
85 | } |
85 | 86 | ||
86 | #endif |
87 | #endif |