diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-04-19 23:20:23 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2008-04-19 23:20:23 +0000 |
commit | 14c68379e11eb1bc132d027fb5efd42c0075d150 (patch) | |
tree | df1271c14a2be51e1fa823ca942ffebc2310cf39 /sys/arch/macppc | |
parent | 0a3be210c0d324c4b3b9e764f2410bb202b19768 (diff) |
Change ELF loader to use the LMA as the load address for the
various segments. Hopefully this will help remove various
hacks in the boot loader in the future. This should have no
effect on most architectures (as we tend to have LMA == VMA).
ok drahn@, soft ok's various others.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/stand/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/macppc/stand/conf.c b/sys/arch/macppc/stand/conf.c index db2a9896685..96438196be0 100644 --- a/sys/arch/macppc/stand/conf.c +++ b/sys/arch/macppc/stand/conf.c @@ -20,7 +20,7 @@ #include <lib/libsa/stand.h> -const char version[] = "1.0"; +const char version[] = "1.1"; int debug = 0; void ofc_probe(struct consdev *); |