From 5cfc0d8c7b3b636f0d1451f9c08584384ae74552 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 8 Jul 1998 19:24:53 +0000 Subject: use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address --- sys/stand/boot/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c index 9a51a65c67e..1de7e74a6e5 100644 --- a/sys/stand/boot/boot.c +++ b/sys/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.21 1998/05/30 05:45:24 deraadt Exp $ */ +/* $OpenBSD: boot.c,v 1.22 1998/07/08 19:24:52 mickey Exp $ */ /* * Copyright (c) 1997,1998 Michael Shalayeff @@ -63,7 +63,7 @@ boot(bootdev) strncpy(cmd.image, bootfile, sizeof(cmd.image)); cmd.boothowto = 0; cmd.conf = "/etc/boot.conf"; - cmd.addr = (void *)0x100000; + cmd.addr = (void *)DEFAULT_KERNEL_ADDRESS; cmd.timeout = 5; st = read_conf(); -- cgit v1.2.3