Re: Google Summer of Code 2009

2009-03-07 Thread Evgeniy Ivanov
Hi, On Sat March 7 2009 11:20:00 olafbuddenha...@gmx.net wrote: > Hi, > > On Fri, Mar 06, 2009 at 12:52:04PM +0100, Thomas Schwinge wrote: > > I do know that Olaf likes to use them, but what about making these > > texts more formally appealing and remove all (or most of) the smileys? > > I can onl

Context switching tests (especially perfomance measuring and FPU/MMX/SSE/etc)

2009-05-01 Thread Evgeniy Ivanov
Hello, Does Hurd (GnuMach) has such tests? I wasn't able to locate them. Can you please point me? -- Best regards, Evgeniy. Key Fingerprint: F316B5A1F6D2054FCD18B74A95400ABB1FE567A3 signature.asc Description: This is a digitally signed message part.

Re: Context switching tests (especially perfomance measuring and FPU/MMX/SSE/etc)

2009-05-02 Thread Evgeniy Ivanov
On Sat May 2 2009 18:25:02 Thomas Schwinge wrote: > Hello! > > On Sat, May 02, 2009 at 12:43:47AM +0400, Evgeniy Ivanov wrote: > > Does Hurd (GnuMach) has such tests? I wasn't able to locate them. > > What Samuel said. Additionally: in the Hurd repository there is an old

GNU Mach and FPU support (exceptions handling mode)

2009-07-09 Thread Evgeniy Ivanov
Hi list, I'm implementing FPU/MMX/SSE support in Minix 3 and not sure what mode for exceptions handling should be used: MS-DOS compatible or native. Why does GNU Mach use MS-DOS compatible mode (I didn't find any place, where CR0.NE is set)? Intel manual highly recommends using native mode, also y