If you are heavily using threads then you are essentially working around the protections provided by your MMU anyway :-)
This is a 68K project running on a home-brew multitasking OS that does not have processes, just threads. (when starting a thread, no code is loaded, no MMU is set up <in fact there is no MMU or other protection hardware>), there even is no file system at all. All threads are working on common data structures. they just have their own stacks.
Translated to Linux this is a single process that dynamically spawns threads.
Thanks for your answers, -Michael _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
