[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hurd under Bochs



On Sun, May 12, 2002 at 03:24:47AM +0200, Marcus Brinkmann wrote:
> 
> ppa support in Mach might not be sober anyway.  I would suggest you focus on
> oskit-mach, if you want to go into serious debugging (unless you are
> interested in fixing Boch bugs, of course).

Okay, if it's not a Bochs bug i'll have a look at oskit-mach.
 
> > [...]
> Well, the pty's are used by screen etc.  You will notice when they run out.
> > [...] 
> Those look like genuine Boch bugs.

mmh.. i'll try to get GDB and screen installed, but probably the
"can't untar big archives" problem affects GDB

> This is a bug in native-install.  It would be nice if someone could fix it
> to work with the old and the new syntax.

This should do it:

--- MAKEDEV.old Mon May 13 01:41:45 2002
+++ MAKEDEV     Mon May 13 01:45:48 2002
@@ -57,7 +57,7 @@
 }
 
 function st {
-  local NODE="$1"
+  local NODE="`echo $1 | sed 's%device\:%/dev/%g'`"
   local OWNER="$2"
   local PERM="$3"
   shift 3

-- 
Robert Millan

"5 years from now everyone will be running
free GNU on their 200 MIPS, 64M SPARCstation-5"

              Andrew S. Tanenbaum, 30 Jan 1992


-- 
To UNSUBSCRIBE, email to debian-hurd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: