summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>2003-05-31 00:15:30 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>2003-05-31 00:15:30 +0000
commitcf6ecfdc46a2e16ba53c638c6eaddeda169e1307 (patch)
tree056694a54102e3247af5777b73693bd322025686 /sys/arch/i386/stand/boot
parente99ca4bfa2a21d1f4a6cf106d422aa7807b702ed (diff)
First lba support in /boot. Not complete lba boot support, but it's the
first step on the way there. Ok deraadt@, espie@, todd@, and others.
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index 3be0b2704cb..97f4deb38c6 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.20 2003/04/17 03:43:18 drahn Exp $ */
+/* $OpenBSD: conf.c,v 1.21 2003/05/31 00:15:28 weingart Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -48,7 +48,7 @@
#include <dev/cons.h>
#include <lib/libsa/exec.h>
-const char version[] = "2.00";
+const char version[] = "2.01";
int debug = 1;