Introduced APPDATA, TASKDATA, WNDDATA, RECT, BOX structures.

git-svn-id: svn://kolibrios.org@115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Poddubny
2006-08-06 10:29:45 +00:00
parent 9a27b206b3
commit 3e2bc5b35f
29 changed files with 534 additions and 561 deletions

View File

@@ -25,7 +25,7 @@ reserve_cd:
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