Be more explicit about what we are.
authordownsj <downsj@openbsd.org>
Thu, 6 Feb 1997 01:06:18 +0000 (01:06 +0000)
committerdownsj <downsj@openbsd.org>
Thu, 6 Feb 1997 01:06:18 +0000 (01:06 +0000)
sys/arch/hp300/stand/inst.c
sys/arch/hp300/stand/uboot.c

index 12be802..7c39488 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: inst.c,v 1.2 1997/02/05 11:16:37 downsj Exp $ */
+/*     $OpenBSD: inst.c,v 1.3 1997/02/06 01:06:18 downsj Exp $ */
 /*     $NetBSD: inst.c,v 1.6 1996/12/21 21:23:43 thorpej Exp $ */
 
 /*
@@ -108,9 +108,9 @@ main()
         */
        netio_ask = 1;
 
-       printf("\n>> OpenBSD MINIROOT INSTALLATION HP9000/%s CPU\n",
-              getmachineid());
-       printf(">> $OpenBSD: inst.c,v 1.2 1997/02/05 11:16:37 downsj Exp $\n");
+       printf("\n>> OpenBSD [%dKB] MINIROOT INSTALLATION HP9000/%s CPU\n",
+              (__LDPGSZ / 1024), getmachineid());
+       printf(">> $OpenBSD: inst.c,v 1.3 1997/02/06 01:06:18 downsj Exp $\n");
        gethelp();
 
        for (;;) {
index 0fd3df7..3e3ce36 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uboot.c,v 1.3 1997/02/05 11:16:38 downsj Exp $        */
+/*     $OpenBSD: uboot.c,v 1.4 1997/02/06 01:06:19 downsj Exp $        */
 /*     $NetBSD: uboot.c,v 1.2 1996/10/14 07:33:45 thorpej Exp $        */
 
 /*-
@@ -70,9 +70,9 @@ main()
 {
        int currname = 0;
 
-       printf("\n>> OpenBSD UNIFIED BOOT HP9000/%s CPU\n",
-              getmachineid());
-       printf(">> $OpenBSD: uboot.c,v 1.3 1997/02/05 11:16:38 downsj Exp $\n");
+       printf("\n>> OpenBSD [%dKB] UNIFIED BOOT HP9000/%s CPU\n",
+              (__LDPGSZ / 1024), getmachineid());
+       printf(">> $OpenBSD: uboot.c,v 1.4 1997/02/06 01:06:19 downsj Exp $\n");
        printf(">> Enter \"reset\" to reset system.\n");
 
        bdev   = B_TYPE(bootdev);