Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!tgr!lee@rochester.arpa From: lee@rochester.arpa (Lee Moore) Newsgroups: net.unix-wizards Subject: getting more kernel space in 2.9BSD Message-ID: <1883@brl-tgr.ARPA> Date: Thu, 23-Jan-86 17:58:28 EST Article-I.D.: brl-tgr.1883 Posted: Thu Jan 23 17:58:28 1986 Date-Received: Sun, 26-Jan-86 04:48:35 EST Sender: news@brl-tgr.ARPA Lines: 18 My question revolves around a 2.9BSD system that I have been asked to help out on. The processor is a PDP-11/34 so it doesn't have split I/D space. This system has a specialized device driver that needs 1800 bytes of data -- mainly to hold a 1600 byte array. With this device driver loaded I can only have a MAXUSERS of 2. Otherwise, part of the data segment extends into the remapping area. My question is how to get more space. My current thought is to move the inode table into the remapping area. I assume that all I have to do is move the inode table to the end of param.c and added that name to :comm-to-bss and recompile everything. Does this sound reasonable? Any other ideas? thanks, lee moore