Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 114 → Rev 115

/kernel/trunk/fs/fat12.inc
33,7 → 33,7
push eax
mov eax,[0x3000]
shl eax,5
mov eax,[eax+0x3000+4]
mov eax,[eax+0x3000+TASKDATA.pid]
mov [flp_status],eax
pop eax
sti
/kernel/trunk/fs/fat32.inc
124,7 → 124,7
push eax
mov eax,[0x3000]
shl eax,5
mov eax,[eax+0x3000+4]
mov eax,[eax+0x3000+TASKDATA.pid]
mov [hd1_status],eax
pop eax
sti
/kernel/trunk/fs/iso9660.inc
25,7 → 25,7
push eax
mov eax,[0x3000]
shl eax,5
mov eax,[eax+0x3000+4]
mov eax,[eax+0x3000+TASKDATA.pid]
mov [cd_status],eax
pop eax
sti