>Ben Kloosterman wrote: >> 1. Any tips on creating a new arch ? In particular I want x86 >or >> x86_64 with MMU_Config set to off (don't ask why J ) > >I was thinking about that recently too :-) >Just to make testing easier, and raise the profile of !CONFIG_MMU >in kernel testing though. No deeper reason.
I want to only allow Java and CIL (.NET ) apps to be installed thus giving me memory protection and easy multi platform. Anyway I took the .38 kernel from Linus's tree and tried to compile with !CONFIG_MMU but got lots of errors ( though mainly in mmu .c code the linker will pull out) , I take it I should work with the uClinux patch instead ? Can this patch be applied to 38 ? Also can the nvidia driver work ? > >> 2. Is it possible to get mono running uclinux? > >I don't know but I would expect good shared lib support to be >important, which means implementing FDPIC-ELF for your arch. Beyond >that I don't see any reason why mono could not work - but there might >be some effort needed to port it. Also you'd need to make sure you >have enough memory, and with no MMU you need more memory for some >applications to compensate for fragmentation. Shared lib is a nice to have ,but at this time with 4Gig im not worried. Maybe can use AOT and stat link . No issues with gc threads and fork ? Regards, Ben _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev