From: Erik P. <epa...@cs...> - 2001-04-18 14:17:07
|
On Wed, Apr 18, 2001 at 10:07:21AM -0400, Michael Vines wrote: > On Wed, 18 Apr 2001, Boaz Harrosh wrote: > > > You wrote on http://Line.sourceforge.net/faq.php ... > > > > > I say "meaningful" because I think that if the UML page size were to be > > >bumped up to 64K, a UML port to Win32 would be possible. However that would > > >likely mean that native x86 Linux binaries could not be loaded/run on > > >UML-Win32. You would have to recompile everything for the UML-Win32 > > >platform. > > > > Well I think I see a solution here that will solve the problem.. > > > <snip snip> > > > > If you can point me to the right place in the UML code I will write it > > myself. I will go head and write a test Lib that will make a MapViewOfFileEx > > functionality that can accept 4K pages. > I picked up a book this weekend on the native Windows API - there's a function called "ZwMapViewOfSection". The docs say: "When mapping pagefile and datasections, BasedAddress and SSection Offset must be aligned with the system's allocation granularity unless the AllocationType flags include AT_ROUND_TO_PAGE; in which case, they are rounded down to the next page boundary." As soon as I finish my CS757 midproject-report I was going to play around with writing a bit of code to see if this really works or not.... -Erik > I need to update that question on the FAQ. There is a thread with the > subject "Win32 port of UML unlikely" on the uml-devel mailing list where > Jeff Dike (UML maintainer) and I discuss something similair. Jeff > provided some pointers on where to start as well. > > > > P.S do you have some mailing list for LINE. I think I will post this on the > > UML mailing list too. > > lin...@li... > > > > Mike > > > > _______________________________________________ > line-devel mailing list > lin...@li... > http://lists.sourceforge.net/lists/listinfo/line-devel |