aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1990-11-12 20:20:43 +0000
committerRichard M. Stallman1990-11-12 20:20:43 +0000
commit8a281f86e1a71be3a15402fef758bbd19837007e (patch)
tree51c3cbdc979386646bde66bd71c98c3c217378e4 /src
parent447c9a10acbd5ffb9504f7a72db532c0388aa695 (diff)
downloademacs-8a281f86e1a71be3a15402fef758bbd19837007e.tar.gz
emacs-8a281f86e1a71be3a15402fef758bbd19837007e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/unexaix.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/unexaix.c b/src/unexaix.c
index 2957f966902..a1adff12ec9 100644
--- a/src/unexaix.c
+++ b/src/unexaix.c
@@ -1,3 +1,25 @@
1/*
2 This file is not used because it occasionally fails to work. This
3 happens because the bss address when Emacs is run is not always the
4 same. If it happens to be different from what it was
5 when Emacs was dumped, the dumped data won't work.
6 No one has been able to prevent the address from varying.
7
8 The following comments should be in etc/MACHINES if this dumping
9 is ever made to work:
10
11 Note that Emacs can store the pure Lisp data in a shared segment on
12 this machine, but only if you put this command in one of the boot
13 scripts
14
15 emacs -batch -q
16
17 so that it is run as root when the machine is booted. This command
18 creates a read-only shared segment owned by root. Otherwise the
19 pure data is not shared. The pure data size is around 100K, which
20 may not be enough to matter for most users of this machine.
21*/
22
1/* Dumping and loading data areas, for Emacs under AIX. 23/* Dumping and loading data areas, for Emacs under AIX.
2 (It may also work on other kinds of system V.) 24 (It may also work on other kinds of system V.)
3 Copyright (C) 1990 Free Software Foundation, Inc. 25 Copyright (C) 1990 Free Software Foundation, Inc.