* If the VESA driver remaps the frame buffer on init, it will now also make

sure that the kernel's frame buffer console points to the right data.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-01-01 14:54:41 +00:00
parent 1e84402302
commit e30dd2c076
3 changed files with 28 additions and 16 deletions
@@ -31,6 +31,8 @@ extern "C" {
#endif
bool frame_buffer_console_available(void);
status_t frame_buffer_update(addr_t baseAddress, int32 width, int32 height,
int32 depth, int32 bytesPerRow);
status_t frame_buffer_console_init(struct kernel_args* args);
status_t frame_buffer_console_init_post_modules(struct kernel_args* args);