mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
vesa: calculation of default-mode table entries
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Vesa {
|
||||
};
|
||||
|
||||
enum {
|
||||
MODE_COUNT = sizeof(mode_table),
|
||||
MODE_COUNT = sizeof(mode_table)/sizeof(*mode_table),
|
||||
VESA_CTRL_OFFS = 0x100,
|
||||
VESA_MODE_OFFS = 0x800,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user