diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-27 18:38:34 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2007-05-27 18:38:34 +0000 |
commit | a140acf82e7d4ff91b7de112a187eecf70a556df (patch) | |
tree | 63222d67b30f22add4c77b50e8d867796afecfbd /sys/arch/amd64/stand/cdboot/conf.c | |
parent | 252153bf8634e8a4590bb7bd107566e71a1e7b24 (diff) |
Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/stand/cdboot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index beec5f73b07..0bddf2cb83e 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.10 2007/04/28 19:23:10 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.11 2007/05/27 18:38:33 tom Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "1.09"; +const char version[] = "1.10"; int debug = 1; |