cctalk-bounces at
classiccmp.org wrote:
Hi,
I've tried to compile the VIM-7.3 Sources on my freshly
installed VS4000, and entered a pitfall here. Since the C
Compiler was complaining that the virtuel memory is
exhaustet, I'veed the PGFLQUOTA for the user to 104826 and
the VIRTUALPAGCNT SYSGEN Value to 2097152 (max was displayed
as 4194304) I've let run autogen and ebooted.
Now the system ewfuses to boot:
%SYSBOOT-W-WS default and quota raised to PHD+MINWSCNT
%SYSBOOT-F-VASOV, system virtual address space exeeded ?06 HLT INST
PC= 00009631 PSL=041F0000
Sorry, I'm a little pressed for time right now, but some pointers.
The *real* VMS FAQ is here:
http://hoffmanlabs.org/vmsfaq/vmsfaq_contents.html
The emergency boot procedure is here:
http://hoffmanlabs.org/vmsfaq/vmsfaq_007.html#mgmt5
You probably want
B/R5:1 whatever-dis-it-is
Then at SYSBOOT something like:
SET/STARTUP OPA0:
SET WINDOW_SYSTEM 0
SET WRITESYSPARAMS 0
CONTINUE
If that gets you to a DCL prompt ($) then undo whatever you did in
SYSGEN and write it out.
To get into this mess I assume that you dived into SYSGEN and fiddled?
That's generally a bad idea.
Instead you are supposed to use AUTOGEN:
http://h71000.www7.hp.com/doc/83final/ba322_90045/ch07s24.html
HTH,
Antonio