Source-Changes-HG archive

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

[src/netbsd-2]: src/distrib/notes/amd64 Pull up revision 1.1 (requested by ri...



details:   https://anonhg.NetBSD.org/src/rev/33a4e1bf5a77
branches:  netbsd-2
changeset: 563994:33a4e1bf5a77
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Aug 23 13:25:38 2005 +0000

description:
Pull up revision 1.1 (requested by riz in ticket #5595):
Create the release notes framework for the amd64 port.  These are,
for the most part, skeleton files that allow the amd64 INSTALL document
to have all the platform-independent bits, with very little MD stuff.
The MD pieces will have to wait for someone familiar with the platform
to add them.

diffstat:

 distrib/notes/amd64/Makefile |  5 +++++
 distrib/notes/amd64/hardware |  6 ++++++
 distrib/notes/amd64/install  |  3 +++
 distrib/notes/amd64/legal    |  1 +
 distrib/notes/amd64/prep     |  2 ++
 distrib/notes/amd64/upgrade  |  3 +++
 distrib/notes/amd64/whatis   |  2 ++
 distrib/notes/amd64/xfer     |  3 +++
 8 files changed, 25 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/Makefile      Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,5 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+
+MERGED_SRCS+=  ${COMMON}/sysinst ${COMMON}/upgrade ${COMMON}/xfer
+
+.include <bsd.man.mk>
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/hardware
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/hardware      Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,6 @@
+.\"$NetBSD: hardware,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
+.Nx*M
+supports CPUs that implement the 64bit AMD64 architecture.
+These currently include AMD Opteron, AMD Athlon64, and Intel CPUs that 
+implement the EM64T extension.
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/install
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/install       Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,3 @@
+.\"    $NetBSD: install,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
+.so ../common/sysinst
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/legal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/legal Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,1 @@
+.\"$NetBSD: legal,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/prep
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/prep  Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,2 @@
+.\"$NetBSD: prep,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/upgrade
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/upgrade       Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,3 @@
+.\"    $NetBSD: upgrade,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
+.so ../common/upgrade
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/whatis
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/whatis        Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,2 @@
+.\"$NetBSD: whatis,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
diff -r 567d937c0c72 -r 33a4e1bf5a77 distrib/notes/amd64/xfer
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/notes/amd64/xfer  Tue Aug 23 13:25:38 2005 +0000
@@ -0,0 +1,3 @@
+.\"    $NetBSD: xfer,v 1.1.2.2 2005/08/23 13:25:38 tron Exp $
+.
+.so ../common/xfer



Home | Main Index | Thread Index | Old Index