Re: I/O permission control in OSKit-Mach

2001-10-21 Thread Kevin Kreamer
On Tue, Oct 16, 2001 at 04:16:42AM +0200, Marcus Brinkmann said: > This is not so cool as Kalles cursor move program, so: > > Exercise > > > Reimplement Kalles cursor move test program so that it works on OSKit-Mach > with the patch. Attached. Thanks, Kevin -- Kevin Kreamer FsckIt on

Re: I/O permission control in OSKit-Mach

2001-10-21 Thread Roland McGrath
> On Wed, Oct 17, 2001 at 04:43:55AM -0400, Roland McGrath wrote: > > > > I don't like `struct x86_tss_ext' as the name. Let's try to leave x86_* to > > the oskit. Call it `task_tss' or `task_i386_tss' or something. Actually > > you might as well just open-code it in the i386 `struct machine_t

Re: gnumach Linux source in CVS formatted as HTML

2001-10-21 Thread Marcus Brinkmann
On Sun, Oct 21, 2001 at 10:46:38AM -0400, John Tobey wrote: > Here's what I got building gnumach from CVS: > > /home/src/gnu/gnumach/linux/src/arch/i386/lib/delay.c: In function `__delay': > /home/src/gnu/gnumach/linux/src/arch/i386/lib/delay.c:23: invalid punctuation `;' in >constraint > /home/

gnumach Linux source in CVS formatted as HTML

2001-10-21 Thread John Tobey
Hi, Here's what I got building gnumach from CVS: /home/src/gnu/gnumach/linux/src/arch/i386/lib/delay.c: In function `__delay': /home/src/gnu/gnumach/linux/src/arch/i386/lib/delay.c:23: invalid punctuation `;' in constraint /home/src/gnu/gnumach/linux/src/arch/i386/lib/delay.c: In function `__co

Re: I/O permission control in OSKit-Mach

2001-10-21 Thread Marcus Brinkmann
On Wed, Oct 17, 2001 at 04:43:55AM -0400, Roland McGrath wrote: > > I don't like `struct x86_tss_ext' as the name. Let's try to leave x86_* to > the oskit. Call it `task_tss' or `task_i386_tss' or something. Actually > you might as well just open-code it in the i386 `struct machine_task'. The