Infinity: minor update

kernel: increase size of LFB

git-svn-id: svn://kolibrios.org@2991 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2012-10-22 20:42:00 +00:00
parent ceaeb8e499
commit 8c4cfb296e
2 changed files with 32 additions and 7 deletions

View File

@@ -538,7 +538,7 @@ no_mode_0x12:
mov ax, tss0
ltr ax
mov [LFBSize], 0x800000
mov [LFBSize], 0xC00000
call init_LFB
call init_fpu
call init_malloc
@@ -5128,7 +5128,7 @@ align 4
align 4
.no_put:
pop ecx eax
sub ebp, 4
dec ecx
jnz .start_x
@@ -5295,7 +5295,7 @@ set_screen:
@@:
call calculate_fast_getting_offset_for_WinMapAddress
; for Qemu or non standart video cards
; Unfortunately [BytesPerScanLine] does not always
; Unfortunately [BytesPerScanLine] does not always
; equal to [_display.width] * [ScreenBPP] / 8
call calculate_fast_getting_offset_for_LFB
popad