Re: userspace drivers

2003-01-31 Thread Marcus Brinkmann
On Fri, Jan 31, 2003 at 04:36:35PM +0100, Robert Millan wrote: > I've read the IO section and doesn't realy seem a useful interface. any plans > to provide ioperm ()? ioperm is supported in GNU Mach v2, that's what I implemented a year ago (and I think it is in the GNU Mach manual, although I am n

Re: userspace drivers

2003-01-31 Thread Robert Millan
On Tue, Jan 21, 2003 at 08:55:56AM +0100, Joachim Nilsson wrote: > On Mon, Jan 20, 2003 at 11:25:14PM +0100, Robert Millan wrote: > > On Mon, Jan 20, 2003 at 11:09:02AM -0800, James Morrison wrote: > > > I don't believe any work is being done on userspace drivers. If you want to > > > look specif

Re: failed assertion in oskit-mach

2003-01-31 Thread Daniel Wagner
Marcus Brinkmann <[EMAIL PROTECTED]> writes: > I think this usually points to a small typo in the GRUB boot script. Mach > is extremely picky about it, and it doesn't provide useful diagnostics on > certain errors. Fixing that would be nice. A small workaround could be to provide a small script

Re: failed assertion in oskit-mach

2003-01-31 Thread Marcus Brinkmann
On Fri, Jan 31, 2003 at 11:34:21AM +0200, Ognyan Kulev wrote: > Hi, > > I have 440BX motherboard with PCI CMD649 ATA-100 controller. All my GNU > Mach 2 kernels stop at this assertion: > > ../gnumach/ipc/ipc_port.c:1126: failed assertion `port->ip_srights > 0' I think this usually points to a s

failed assertion in oskit-mach

2003-01-31 Thread Ognyan Kulev
Hi, I have 440BX motherboard with PCI CMD649 ATA-100 controller. All my GNU Mach 2 kernels stop at this assertion: ../gnumach/ipc/ipc_port.c:1126: failed assertion `port->ip_srights > 0' It seems that it's triggered right after GNU Mach 2 tries to execute ext2fs.static. GNU Mach 1.x from the t