The function ipc_bootstrap() actually has a comment stating it purpose... this is the
only function I have understood something
about so far ... I actually know tha this function is required by something called the
'kernel task'. Better than nothing!
It would be a great help if someone could expand the following for me, one level at
the time, until actual functions are called.
I will make sure that nobody has to do that again, because I will write it down for
all eternity:
1. LOOP
2. IF current task is to be preempted
2.1 THEN
2.2 save current task
2.3 get next task to run
3.4 prepare next task
3.5 transfer control to next task
3.6 ENDIF
4 END LOOP
It would be nice if the function references also mentioned file names. I really don't
know where else to start.
Thanx, Atle