diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-14 14:39:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-14 14:39:12 +0000 |
commit | ff7086a3574f11c89cb889182bf3303d15b139a6 (patch) | |
tree | b60f9feb4971110fb0c47a25992b9e9a41a4790d /sys/stand/boot | |
parent | abb90c4e591eeaff801faae05e5e267cd4dd67dc (diff) |
nicer boot message
Diffstat (limited to 'sys/stand/boot')
-rw-r--r-- | sys/stand/boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/boot.c b/sys/stand/boot/boot.c index 3b94db2a18c..0cb73a4b5f7 100644 --- a/sys/stand/boot/boot.c +++ b/sys/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.17 1998/02/24 22:16:02 weingart Exp $ */ +/* $OpenBSD: boot.c,v 1.18 1998/05/14 14:39:11 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -65,7 +65,7 @@ boot(bootdev) st = read_conf(); - printf(">> OpenBSD BOOT %s\n", version); + printf(">> OpenBSD/" MACHINE_ARCH " BOOT %s\n", version); while (1) { if (st <= 0) /* no boot.conf, or no boot cmd in there */ |