Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 88 → Rev 89

/kernel/trunk/boot/bootcode.inc
159,7 → 159,7
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)
/kernel/trunk/boot/shutdown.inc
155,7 → 155,7
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
/kernel/trunk/fs/fs_lfn.inc
501,7 → 501,7
mov [esp+24], ebx
ret
.not_impl:
and [hd1_status], 0
and [cd_status], 0
mov dword [esp+36], 2 ; not implemented
ret
 
/kernel/trunk/fs/iso9660.inc
225,7 → 225,7
mov edi,[ebx]
sub [edx+4],edi
pop ecx edi
xor ebx,ebx
mov ebx, [edx+4]
mov eax,ERROR_SUCCESS
ret