Subversion Repositories Kolibri OS

Rev

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

Rev 6817 Rev 6843
Line 69... Line 69...
69
format binary as "mnt"
69
format binary as "mnt"
Line 70... Line 70...
70
 
70
 
71
include 'macros.inc'
71
include 'macros.inc'
Line 72... Line 72...
72
include 'struct.inc'
72
include 'struct.inc'
Line 73... Line 73...
73
 
73
 
74
$Revision: 6817 $
74
$Revision: 6843 $
Line 449... Line 449...
449
 
449
 
450
        mov     esi, BOOT_VARS+0x9080
450
        mov     esi, BOOT_VARS+0x9080
451
        movzx   ecx, byte [esi-1]
451
        movzx   ecx, byte [esi-1]
452
        mov     [NumBiosDisks], ecx
452
        mov     [NumBiosDisks], ecx
-
 
453
        mov     edi, BiosDisksData
453
        mov     edi, BiosDisksData
454
        shl     ecx, 2
Line 454... Line 455...
454
        rep movsd
455
        rep movsd
455
 
456
 
456
; -------- Fast System Call init ----------
457
; -------- Fast System Call init ----------