Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/i386 Mention the a.out -> ELF transition, and ...



details:   https://anonhg.NetBSD.org/src/rev/442e17373381
branches:  trunk
changeset: 499193:442e17373381
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Nov 14 12:30:28 2000 +0000

description:
Mention the a.out -> ELF transition, and what sysinst does to accomplish
it.

diffstat:

 distrib/notes/i386/upgrade |  26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r fe62d5e8e3d7 -r 442e17373381 distrib/notes/i386/upgrade
--- a/distrib/notes/i386/upgrade        Tue Nov 14 11:34:51 2000 +0000
+++ b/distrib/notes/i386/upgrade        Tue Nov 14 12:30:28 2000 +0000
@@ -1,3 +1,27 @@
-.\"    $NetBSD: upgrade,v 1.18 2000/10/10 12:55:19 lukem Exp $
+.\"    $NetBSD: upgrade,v 1.19 2000/11/14 12:30:28 fvdl Exp $
 .
 .so ../common/upgrade
+.Pp
+.Nx /i386 has switched its executable format from the old a.out format
+to ELF, the now more commonly used and supported format. Your old
+binaries will continue to work just fine. The installation procedure
+will try to take the necessary steps to accomplish this. The most
+important step is to move the old a.out shared libraries in
+.Pa /usr/lib
+and
+.Pa /usr/X11R6/lib
+(if X was installed) to
+.Pa /emul/aout ,
+where they will be automatically found if an older a.out binary
+is executed. Sysinst will use an existing
+.Pa /emul
+and / or
+.Pa /emul/aout
+directory if available, and will create it (as a symbolic link to
+.Pa /usr/aout )
+if necessary.
+.Pp
+If you already had a
+.Pa /emul
+directory, or a symbolic link by that name, sysinst should rename it
+and tell you about it.



Home | Main Index | Thread Index | Old Index