[OpenBIOS] r387 - ofw/core

svn at openbios.org svn at openbios.org
Wed May 16 10:52:10 CEST 2007


Author: wmb
Date: 2007-05-16 10:52:09 +0200 (Wed, 16 May 2007)
New Revision: 387

Modified:
   ofw/core/banner.fth
Log:
Cater to the geek affectation du jour by changing MB and GB to MiB and GiB.


Modified: ofw/core/banner.fth
===================================================================
--- ofw/core/banner.fth	2007-05-16 08:50:49 UTC (rev 386)
+++ ofw/core/banner.fth	2007-05-16 08:52:09 UTC (rev 387)
@@ -70,9 +70,9 @@
 ;
 : .memory  ( -- )
    memory-size dup d# 1024 / ?dup  if ( mb gb )
-      nip "  GB" rot                  ( gb$ gb )
+      nip "  GiB" rot                 ( gb$ gb )
    else                               ( mb )
-      " MB " rot                      ( mb$ mb )
+      " MiB " rot                     ( mb$ mb )
    then                               ( m$ m )
    .d  type ." memory installed"      (  )
 ;




More information about the OpenBIOS mailing list