Subject: Re: MAXDSIZ on atari -- why only 32MB ?
To: None <leo@ahwau.ahold.nl>
From: Benjamin Lorenz <benni@phil.uni-sb.de>
List: port-atari
Date: 08/06/1997 01:34:18
In article <199708050552.HAA29852@x1c19e02.wau.mis.ah.nl> you write:

>Weird, I've never hit this limit ;-)) I don't expect any problems with
>increasing this limit, especially because the amiga and atari VM-systems
>are very alike.

The new kernel is just being compiled...

>PS: I installed a new snapshot on my Hades this weekend, but I saw no problems
>    whatsoever with ld.so...

Hm, I will check again with the new kernel.

Here's a (correct?) patch for arch/atari/atari/machdep.c, to make it compile
with COMPAT_SUNOS. Is this expected to work, anyway? 

Benni

--- machdep.c.orig	Tue Jul 15 13:43:02 1997
+++ machdep.c	Tue Aug  5 13:26:00 1997
@@ -1055,7 +1055,8 @@
 	{
 		extern sunos_exec_aout_makecmds
 		    __P((struct proc *, struct exec_package *));
-		if ((error = sunos_exec_aout_makecmds(p, epp)) == 0)
+		return(sunos_exec_aout_makecmds(p, epp));
+	}
 #endif
 	return(error);
 }

-- 
Windows 95 kann alles, wegen der 32 Bit.
Wenn ich 32 Bit getrunken habe, meine ich auch immer, ich könnte alles.
                                                             (Koschwitz)