summaryrefslogtreecommitdiff
path: root/bincode.asm
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2007-09-12 09:25:31 +0000
committerSteffen Winterfeldt <wfeldt@opensuse.org>2007-09-12 09:25:31 +0000
commitc7a9da4a203c1b8fb89ed78f187703add2f3a1f6 (patch)
tree6078c615ad3efc33c98b0f9b3f605c6ea26d729b /bincode.asm
parent8180f6d61c8b70d7e72ca75ca35aa40d42088966 (diff)
- always ask for VBE2 info (to e.g. get 1366x768 listed - #298025)
Diffstat (limited to 'bincode.asm')
-rw-r--r--bincode.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bincode.asm b/bincode.asm
index 20c89ba..a5e4659 100644
--- a/bincode.asm
+++ b/bincode.asm
@@ -3100,7 +3100,7 @@ set_mode_10:
jmp set_mode_90
set_mode_20:
mov ebx,[vbe_buffer]
- and dword [es:ebx],0
+ mov dword [es:ebx],32454256h ; 'VBE2'
mov eax,ebx
shr eax,4
@@ -3296,7 +3296,7 @@ get_vbe_modes:
jnz get_vbe_modes_90
mov edx,[vbe_buffer]
- and dword [es:edx],0
+ mov dword [es:edx],32454256h ; 'VBE2'
mov eax,edx
shr eax,4