From: Dave Z. <da...@th...> - 2000-11-06 05:05:23
|
On Mon, 6 Nov 2000, Jeff Dike wrote: > You really need to look at the OS before trying to port UML to it. It's not a > simple recompile. The one thing to look for is the ability to intercept and > modify a process system calls. I knew about that. In fact that is the least of my worries as it turns out. > If that's there, then probably everything else can be made to work. Well, other gotchas include the fact that memory access exceptions are delivered via mach ports, signals are delivered on the main/first thread of a process only, and the kernel's reliance of being compile into an ELF executable (Mac OS X is Mach-O.) There are probably more gotchas, but I don't remember them off hand. davez -- Dave Zarzycki http://thor.sbay.org/~dave/ |