Stefan Kalkowski wrote: > Assuming it doesn't get executed at all, please find out what needs to > be done, that your example is used as roottask. Is it just a naming > convention, e.g. the binary has to be named init, or has it to do with > some special elf-section of the binary, or does it need to be relocated > to a special address, or something else? All initial binaries get executed, with the exception of 'loader'. This is currently not based on name, however, rather loader is identified by virtue of having a PT_INTERP header. So, there is nothing special which needs to be done to get it started.
I suppose you are able to use the kernel console, so simply using the 'tasks' command will show you which taks (a.k.a. processes) are running. Cheers -Jiri _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/cgi-bin/listinfo/helenos-devel
