Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot Comment fix.



details:   https://anonhg.NetBSD.org/src/rev/d157e687f2e9
branches:  trunk
changeset: 778235:d157e687f2e9
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Mar 20 12:37:34 2012 +0000

description:
Comment fix.

diffstat:

 sys/arch/x68k/stand/boot/boot.ldscript |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 2b4c771a7db4 -r d157e687f2e9 sys/arch/x68k/stand/boot/boot.ldscript
--- a/sys/arch/x68k/stand/boot/boot.ldscript    Tue Mar 20 12:37:01 2012 +0000
+++ b/sys/arch/x68k/stand/boot/boot.ldscript    Tue Mar 20 12:37:34 2012 +0000
@@ -1,4 +1,4 @@
-/* /boot must be a.out, OMAGIC starting from 0x8000. */
+/* /boot must be a.out, OMAGIC starting from 0x6000. */
 OUTPUT_FORMAT("a.out-m68k-netbsd", "a.out-m68k-netbsd",
              "a.out-m68k-netbsd")
 OUTPUT_ARCH(m68k)



Home | Main Index | Thread Index | Old Index