Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sri-unix!negaard@aerospace From: negaard@aerospace@sri-unix.UUCP Newsgroups: net.unix Subject: VAX Memory Limit Message-ID: <5480@sri-arpa.UUCP> Date: Mon, 12-Sep-83 13:49:00 EDT Article-I.D.: sri-arpa.5480 Posted: Mon Sep 12 13:49:00 1983 Date-Received: Fri, 23-Sep-83 07:17:05 EDT Lines: 27 From: Eric Negaard I am in the process of bringing up 4.1bsd UN*X on our second VAX 11/780, using the distribution tape from our first one. The problem is that the system only sees 8M of our 16M memory. I thought I had isolated the problem to the following lines in locore.s: /* count up memory */ clrl r7 1: pushl $4; pushl r7; calls $2,_badaddr; tstl r0; bneq 9f acbl $8096*1024-1,$64*1024,r7,1b 9: I doubled the limit from 8096 to 16192, and this is what I got when I tried to bring up the new system: . . . Berkeley VAX/UNIX . . . real mem 16579584 panic: sys pt too small . . . What is going on? Can anyone help me? Replies to me, I'll summarize results if anyone is interested. Eric Negaard negaard@aerospace