Subversion Repositories Kolibri OS

Rev

Rev 8 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 12
Line 167... Line 167...
167
        mov     ds,ax
167
        mov     ds,ax
168
        mov     es,ax
168
        mov     es,ax
169
        mov     fs,ax
169
        mov     fs,ax
170
        mov     gs,ax
170
        mov     gs,ax
171
        mov     ss,ax
171
        mov     ss,ax
172
        mov     esp,0x30000             ; Set stack
172
        mov     esp,0x3ec00             ; Set stack
173
        jmp     pword os_code:B32       ; jmp to enable 32 bit mode
173
        jmp     pword os_code:B32       ; jmp to enable 32 bit mode
Line 174... Line 174...
174
 
174
 
Line 175... Line 175...
175
use32
175
use32
Line 447... Line 447...
447
        mov   [0x3010],dword 0x3020
447
        mov   [0x3010],dword 0x3020
Line 448... Line 448...
448
 
448
 
449
        mov   eax,char
449
        mov   eax,char
450
        mov   esi,12
450
        mov   esi,12
451
        xor   ebx,ebx
451
        xor   ebx,ebx
452
        mov   ecx,26000
452
        mov   ecx,2560;26000
453
        mov   edx,0x37000
453
        mov   edx,0x3F600;0x37000
Line 454... Line 454...
454
        call  fileread
454
        call  fileread
455
 
455
 
456
        mov   eax,char2
456
        mov   eax,char2
457
        mov   esi,12
457
        mov   esi,12
458
        xor   ebx,ebx
458
        xor   ebx,ebx
459
        mov   ecx,26000
459
        mov   ecx,2560;26000
Line 460... Line 460...
460
        mov   edx,0x30000
460
        mov   edx,0x3EC00;0x30000
461
        call  fileread
461
        call  fileread