Subversion Repositories Kolibri OS

Rev

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

Rev 8329 Rev 8493
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: 8329 $
74
$Revision: 8493 $
Line 5690... Line 5690...
5690
        mov     eax, [base]
5690
        mov     eax, [base]
Line 5691... Line 5691...
5691
 
5691
 
5692
        cmp     eax, OS_BASE
5692
        cmp     eax, OS_BASE
Line 5693... Line -...
5693
        ja      @f
-
 
5694
 
-
 
5695
        mov     ebx, 0xFFFFFFFF
-
 
5696
        sub     ebx, [base]
-
 
5697
        inc     ebx
-
 
5698
        cmp     [len], ebx
-
 
5699
        ja      @f
5693
        ja      @f
5700
 
5694
 
5701
        add     eax, [len]
5695
        add     eax, [len]
Line 5702... Line 5696...
5702
        cmp     eax, OS_BASE
5696
        cmp     eax, OS_BASE