From 14c68379e11eb1bc132d027fb5efd42c0075d150 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Sat, 19 Apr 2008 23:20:23 +0000 Subject: 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. --- sys/arch/macppc/stand/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/macppc/stand') 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 -const char version[] = "1.0"; +const char version[] = "1.1"; int debug = 0; void ofc_probe(struct consdev *); -- cgit v1.2.3