* The boot loader now passes on its EDID info to the kernel, and that will
be put into a boot_item in frame_buffer_console_init(). * The VESA driver now supports gettings the EDID information as well; this is necessary now, since the app_server no longer takes over the mode the boot loader had chosen. * Note, we might want to do this via vm86 instead in the future, and remove the kernel part again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Copyright 2002-2008, Axel Dörfler, [email protected].
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
@@ -73,6 +73,7 @@ typedef struct kernel_args {
|
||||
|
||||
void *vesa_modes;
|
||||
uint32 vesa_modes_size;
|
||||
void *edid_info;
|
||||
|
||||
void *debug_output;
|
||||
uint32 debug_size;
|
||||
|
||||
Reference in New Issue
Block a user