Subject: Re: VS2000 graphics console questions
To: Nathan Schepers <nscheper@smyrno.foundation.ca>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 03/10/1998 09:54:20
> 
> kmem_suballoc: bad status return of 3.
> panic: kmem_suballoc
> 
> 	What, exactly, is a 'bad status return of 3'?  
> 
Look in /sys/vm/vm_parah.h, it states KERN_NO_SPACE. This means that you
are trying to allocate too much memory inside the kernel. You should
probably use an own submap for what you are doing, allocated at boot.
Are you trying to use the QDSS routines on VS2000? Is it the same 
interface to the screen? Whee, in that case you should definitely 
sync with Boris Gjenero that has fixed QDSS for MV2.
Is it the same graphic console on VS31oo also?

-- Ragge