Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 22:52:29 -0700
From:      Scott Long <scott4long@yahoo.com>
To:        Dag-Erling Sm?rgrav <des@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r277693 - head/sys/boot/forth
Message-ID:  <20A5F704-10AC-40C6-84B0-E301C6D77DF8@yahoo.com>
In-Reply-To: <201501251157.t0PBvIdK025342@svn.freebsd.org>
References:  <201501251157.t0PBvIdK025342@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is completely arbitrary.  Please revert it, or I will revert it in =
48 hours.

Scott

> On Jan 25, 2015, at 4:57 AM, Dag-Erling Sm?rgrav <des@FreeBSD.org> =
wrote:
>=20
> Author: des
> Date: Sun Jan 25 11:57:18 2015
> New Revision: 277693
> URL: https://svnweb.freebsd.org/changeset/base/277693
>=20
> Log:
>  Fix the font in the text version.  This has bothered me for a long =
time...
>=20
>  MFC after:	1 week
>=20
> Modified:
>  head/sys/boot/forth/beastie.4th
>  head/sys/boot/forth/brand.4th
>=20
> Modified: head/sys/boot/forth/beastie.4th
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/sys/boot/forth/beastie.4th	Sun Jan 25 08:16:51 2015	=
(r277692)
> +++ head/sys/boot/forth/beastie.4th	Sun Jan 25 11:57:18 2015	=
(r277693)
> @@ -89,7 +89,7 @@ variable logoY
> 	0 25 at-xy
> ;
>=20
> -: fbsdbw-logo ( x y -- ) \ "FreeBSD" logo in B/W (13 rows x 21 =
columns)
> +: fbsdbw-logo ( x y -- ) \ "FreeBSD" logo in B/W (12 rows x 21 =
columns)
>=20
> 	\ We used to use the beastie himself as our default... until the
> 	\ eventual complaint derided his reign of the advanced =
boot-menu.
> @@ -106,17 +106,16 @@ variable logoY
> 	5 + swap 6 + swap
>=20
> 	2dup at-xy ."  ______" 1+
> -	2dup at-xy ." |  ____| __ ___  ___ " 1+
> -	2dup at-xy ." | |__ | '__/ _ \/ _ \" 1+
> -	2dup at-xy ." |  __|| | |  __/  __/" 1+
> -	2dup at-xy ." | |   | | |    |    |" 1+
> +	2dup at-xy ." |  ____|" 1+
> +	2dup at-xy ." | |__  _ __ ___  ___ " 1+
> +	2dup at-xy ." |  __|| '__/ _ \/ _ \" 1+
> +	2dup at-xy ." | |   | | |  __/  __/" 1+
> 	2dup at-xy ." |_|   |_|  \___|\___|" 1+
> 	2dup at-xy ."  ____   _____ _____" 1+
> 	2dup at-xy ." |  _ \ / ____|  __ \" 1+
> 	2dup at-xy ." | |_) | (___ | |  | |" 1+
> 	2dup at-xy ." |  _ < \___ \| |  | |" 1+
> 	2dup at-xy ." | |_) |____) | |__| |" 1+
> -	2dup at-xy ." |     |      |      |" 1+
> 	     at-xy ." |____/|_____/|_____/"
>=20
> 	\ Put the cursor back at the bottom
>=20
> Modified: head/sys/boot/forth/brand.4th
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- head/sys/boot/forth/brand.4th	Sun Jan 25 08:16:51 2015	=
(r277692)
> +++ head/sys/boot/forth/brand.4th	Sun Jan 25 11:57:18 2015	=
(r277693)
> @@ -33,14 +33,13 @@ variable brandY
> 2 brandX !
> 1 brandY !
>=20
> -: fbsd-logo ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 =
columns)
> +: fbsd-logo ( x y -- ) \ "FreeBSD" [wide] logo in B/W (6 rows x 42 =
columns)
>=20
> 	2dup at-xy ."  ______               ____   _____ _____  " 1+
> 	2dup at-xy ." |  ____|             |  _ \ / ____|  __ \ " 1+
> 	2dup at-xy ." | |___ _ __ ___  ___ | |_) | (___ | |  | |" 1+
> 	2dup at-xy ." |  ___| '__/ _ \/ _ \|  _ < \___ \| |  | |" 1+
> 	2dup at-xy ." | |   | | |  __/  __/| |_) |____) | |__| |" 1+
> -	2dup at-xy ." | |   | | |    |    ||     |      |      |" 1+
> 	     at-xy ." |_|   |_|  \___|\___||____/|_____/|_____/ "
>=20
> 	\ Put the cursor back at the bottom
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20A5F704-10AC-40C6-84B0-E301C6D77DF8>