Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/stand/ofwboot Pull up revision 1.1 (new...



details:   https://anonhg.NetBSD.org/src/rev/ae1d2835f49c
branches:  netbsd-1-5
changeset: 492767:ae1d2835f49c
user:      he <he%NetBSD.org@localhost>
date:      Wed Feb 13 23:11:41 2002 +0000

description:
Pull up revision 1.1 (new, requested by wrstuden):
  Make it so that we can use load-base 600000 for ofwboot, ofwboot.elf,
  and ofwboot.xcf.  The fundamental problem is that for ofwboot,
  load-base needs to be the load point, while for ofwboot.xcf and
  ofwboot.elf, it needs to not be the load point, but rather a
  scratch buffer used for loading.

diffstat:

 sys/arch/macppc/stand/ofwboot/boot1.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (8 lines):

diff -r c120543a3472 -r ae1d2835f49c sys/arch/macppc/stand/ofwboot/boot1.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/macppc/stand/ofwboot/boot1.c     Wed Feb 13 23:11:41 2002 +0000
@@ -0,0 +1,4 @@
+#undef RELOC
+#define RELOC RELOC_FLATFILE
+
+#include "boot.c"



Home | Main Index | Thread Index | Old Index