forked from KolibriOS/kolibrios
Fix for r.1345
git-svn-id: svn://kolibrios.org@2647 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4d2c067661
commit
1b604d2521
@ -1251,7 +1251,7 @@ f68:
|
||||
cmp ecx, OS_BASE
|
||||
jae .fail
|
||||
|
||||
cmp ebx, OS_BASE
|
||||
cmp edx, OS_BASE
|
||||
jae .fail
|
||||
|
||||
mov edi, edx
|
||||
|
@ -3699,6 +3699,7 @@ Architecture Software Developer's Manual, Volume 3, Appendix B);
|
||||
* eax = 68 - ®¬¥à äãªæ¨¨
|
||||
* ebx = 21 - ®¬¥à ¯®¤äãªæ¨¨
|
||||
* ecx = 㪠§ ⥫ì ASCIIZ-áâபã á ¨¬¥¥¬ ¤à ©¢¥à
|
||||
* edx = гЄ § вҐ«м Є®¬ ¤го бва®Єг
|
||||
‚®§¢à é ¥¬®¥ § 票¥:
|
||||
* eax = 0 - ¥ã¤ ç
|
||||
* ¨ ç¥ eax = åí¤« ¤à ©¢¥à
|
||||
|
@ -3680,6 +3680,7 @@ Parameters:
|
||||
* eax = 68 - function number
|
||||
* ebx = 21 - subfunction number
|
||||
* ecx = pointer to ASCIIZ-string with driver name
|
||||
* edx = pointer to command line
|
||||
Returned value:
|
||||
* eax = 0 - failed
|
||||
* otherwise eax = driver handle
|
||||
|
Loading…
Reference in New Issue
Block a user