Bugfixes: videomode 9; returned ebx in 70.1 for CD

git-svn-id: svn://kolibrios.org@89 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2006-06-22 11:22:22 +00:00
parent b429107fec
commit 6cc0b12acb
4 changed files with 4 additions and 4 deletions

View File

@ -159,7 +159,7 @@ gr_table:
dw 0x115 , 800 , 600 ; 6
dw 0x118 , 1024 , 768 ; 7
dw 0x11B , 1280 ,1024 ; 8
dw 0x13, 320, 200 ; 9
dw 0x13, 640, 480 ; 9
dw 0x12, 640, 480 ; 0
; table for move to extended memory (int 15h, ah=87h)

View File

@ -155,7 +155,7 @@ system_shutdown: ; shut down the system
mov edx,0x80000
call fileread
mov esi,restart_kernel_4000 ; move kernel re-starter to 0x4000:0
mov esi,restart_kernel_4000+0x10000 ; move kernel re-starter to 0x4000:0
mov edi,0x40000
mov ecx,1000
rep movsb

View File

@ -501,7 +501,7 @@ fs_OnCd:
mov [esp+24], ebx
ret
.not_impl:
and [hd1_status], 0
and [cd_status], 0
mov dword [esp+36], 2 ; not implemented
ret

View File

@ -225,7 +225,7 @@ fs_CdReadFolder:
mov edi,[ebx]
sub [edx+4],edi
pop ecx edi
xor ebx,ebx
mov ebx, [edx+4]
mov eax,ERROR_SUCCESS
ret