fix jpeg error-handling setup
[bpt/emacs.git] / etc / 3B-MAXMEM
CommitLineData
a933dad1
DL
1Date: Mon, 16 Feb 87 15:04:41 EST
2From: katinsky@gauss.rutgers.edu (David Katinsky)
3To: rms@prep.ai.mit.edu
4Subject: 3b2 procedure to raise MAXMEM
5
6Below is the procedure I followed to allow enough memory for GnuEmacs to run
7on my 3b2/400. The end result of this is that a process can snarf up to 2Mb
8of memory. This can be a bit dangerous on a 2Mb machine, but I tried it and
9it worked ok.
10
11-------------------------------------------------------------------------------
12
13In the simplest case, these are the procedures to reconfigure a 3bx kernel.
14
15
16
171] cd /etc/master.d
18
19`ls` shows the files to be:
20
21README ctc* hdelog idisk ipc iuart kernel mau
22mem msg ports* prf sem shm stubs sxt
23sys xt
24
252] Edit the file which contains the parameter[s] you wish to change.
26In the following excerpt from /etc/master.d/kernel the value MAXMEM
27was raised from 256 to 1024.
28
29In V.3.0 and later releases, the parameter in question is MAXUMEM
30instead of MAXMEM.
31
32
33 *
34 * The following entries form the tunable parameter table.
35 *
36
37
38 NCALL = 30
39 NPROC = 60
40 NTEXT = 58
41 NCLIST = 188
42 * maxmem is number of pages (2K) was 256 --dmk
43 MAXMEM = 1024
44 MAXUP = 25
45 * hashbuf must be a power of 2
46 NHBUF = 128
47 NPBUF = 8
48
493] cd /boot
50
514] mkboot -k KERNEL
52
535] shutdown -i5 -g0 -y
54
55This will take the machine down and bring it back up into firmware
56mode. When you see that the machine has reached this state, type the
57firmware password (default=mcp). The machine will ask for the name of
58a program to execute. At this prompt enter /etc/system . The machine
59should start to boot and display its configuration data.
60
61
62
638701271222 dmk
64
65 [katinsky@topaz.rutgers.edu]
66-------------------------------------------------------------------------------
67
68
69
70I do not feel that having the default firmware password is a
71problem... but if you wish to edit it out, feel free.
72
73 dmk
74
75\1f