summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/boot/conf.c
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>2008-04-19 23:20:23 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>2008-04-19 23:20:23 +0000
commit14c68379e11eb1bc132d027fb5efd42c0075d150 (patch)
treedf1271c14a2be51e1fa823ca942ffebc2310cf39 /sys/arch/amd64/stand/boot/conf.c
parent0a3be210c0d324c4b3b9e764f2410bb202b19768 (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/amd64/stand/boot/conf.c')
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index 145f7b4d705..f79deb6a09c 100644
--- a/sys/arch/amd64/stand/boot/conf.c
+++ b/sys/arch/amd64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.12 2007/05/30 01:25:43 tom Exp $ */
+/* $OpenBSD: conf.c,v 1.13 2008/04/19 23:20:22 weingart Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.00";
+const char version[] = "3.01";
int debug = 1;