by barakin - Tuesday, 17 May 2011 16:51:19
CAPITAL you mean this K and not this k.
by barakin - Tuesday, 17 May 2011 17:15:23
do all the parameters need to be in Capital letters like:
WorldSize. you wrote WorldSize and not WORLDSIZE. which version is the correct one??
the same question about k,resume,end_co,scheduler
by caspl112 - Saturday, 21 May 2011 15:24:56
WorldSize
K
scheduler
the naming of whatever came from co.s (class material) must remain the same
by michalco - Thursday, 19 May 2011 21:31:20
On co.s you wrote:
section .rodata
CORS: dd CO1
dd CO2
dd CO3
we called malloc and used pointer to the cors.
therefore we needed to change the functions:
init_co_from_c:
start_co_from_c:
that calls the cors array.
but we didn't cahnge resume and do_resume at all!
These functions (init_co_from_c, start_co_from_c) are not called by the scheduler... they are called from our main.
is this ok? because everything works fine so we don't want to change anythig.
Re: ass3 : globals
by caspl112 - Friday, 20 May 2011 19:52:58
As long as you keep the name convention it is fine
Moshe.
![[-]](/~ygleyzer/course.wiki/images/button-minus.gif)