Subversion Repositories Kolibri OS

Rev

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

Rev 335 Rev 379
Line 122... Line 122...
122
    jmp   reserve_hd1
122
    jmp   reserve_hd1
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
  reserve_ok1:
124
  reserve_ok1:
125
 
125
 
126
    push  eax
126
    push  eax
127
    mov   eax,[0x3000]
127
    mov   eax,[CURRENT_TASK]
128
    shl   eax,5
128
    shl   eax,5
129
    mov   eax,[eax+0x3000+TASKDATA.pid]
129
    mov   eax,[eax+CURRENT_TASK+TASKDATA.pid]
130
    mov   [hd1_status],eax
130
    mov   [hd1_status],eax
131
    pop   eax
131
    pop   eax
132
    sti
132
    sti