From b23d90dda0b0cbcbc55eb94009168c538e625a7a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 26 Feb 2010 23:03:51 +0000 Subject: crank version of the ofwboot, so we can tell which is which --- sys/arch/sparc64/stand/bootblk/bootblk.fth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc64/stand') diff --git a/sys/arch/sparc64/stand/bootblk/bootblk.fth b/sys/arch/sparc64/stand/bootblk/bootblk.fth index 49fa814648d..c3d4eef416f 100644 --- a/sys/arch/sparc64/stand/bootblk/bootblk.fth +++ b/sys/arch/sparc64/stand/bootblk/bootblk.fth @@ -1,4 +1,4 @@ -\ $OpenBSD: bootblk.fth,v 1.5 2010/02/26 19:59:11 deraadt Exp $ +\ $OpenBSD: bootblk.fth,v 1.6 2010/02/26 23:03:50 deraadt Exp $ \ $NetBSD: bootblk.fth,v 1.3 2001/08/15 20:10:24 eeh Exp $ \ \ IEEE 1275 Open Firmware Boot Block @@ -611,7 +611,7 @@ h# 6000 constant loader-base ; : do-boot ( bootfile -- ) - ." OpenBSD IEEE 1275 Bootblock 1.1" cr + ." OpenBSD IEEE 1275 Bootblock 1.2" cr boot-path load-file ( -- load-base ) dup 0<> if " to load-base init-program" evaluate then ; -- cgit v1.2.3