A possible mistake in the comment of systable.asm
-
3. maj 2007 13:10In the comment just after the copyright header:
;
; To add a system service simply add the name of the service to the below
; table. If the system service has arguments, then immediately
; follow the name of the serice with a comma and following that the number
; of bytes of in memory arguments, e.g. CreateObject,40.
;
I read the macro that perform the actual work and found that the number of ARGUMENTS should be given instead of the number of bytes. The macro will do the calculation.
I am using WRK v1.2.
Please confirm if I am correct. Thanks.
Alle besvarelser
-
4. maj 2007 17:56
Hi Yu-Ning-
I've forwarded this on to a kernel architect to take a look at the comments and confirm what you've found.
Thanks.
Brian
-
5. maj 2007 01:57
Yes. The comment is out of date. It was fixed for AMD64, but not for i386. Thanks. -
5. maj 2007 04:34Oh, I forgot to point out the directory. Sorry.
Thanks, Brian and Dave.