forked from KolibriOS/kolibrios
extended_primary_loader: Fix handling of 'resolution' option.
git-svn-id: svn://kolibrios.org@8175 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f5228c717f
commit
5b65357242
@ -481,8 +481,10 @@ end if
|
||||
jne .next
|
||||
cmp bx, word [es:si+2]
|
||||
jne .next
|
||||
jcxz @f
|
||||
cmp cx, word [es:si+8]
|
||||
jne .next
|
||||
@@:
|
||||
xor ax, ax
|
||||
ret
|
||||
.next:
|
||||
|
@ -4,7 +4,7 @@
|
||||
timeout=5
|
||||
|
||||
; width*height
|
||||
resolution=1024*768
|
||||
;resolution=1024*768
|
||||
|
||||
; where to load ramdisk from
|
||||
; 2 - /hd0/1/kolibri.img
|
||||
|
Loading…
Reference in New Issue
Block a user