aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2015-04-08 19:12:38 +0000
committerDevin Teske <dteske@FreeBSD.org>2015-04-08 19:12:38 +0000
commitea1401b9a942ce298663fa05bebe13dd1063e272 (patch)
tree5f6f902ffcd479eae2c36ec16c4292b854a9cf5a /sys/boot/forth
parenteade5b385625728fee87ff2fd4c9d4b32b04e6ef (diff)
Notes
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/version.4th6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/forth/version.4th b/sys/boot/forth/version.4th
index a4d4dfb4dfd8..274f05a92ec9 100644
--- a/sys/boot/forth/version.4th
+++ b/sys/boot/forth/version.4th
@@ -85,10 +85,12 @@ only forth definitions also version-processing
dup versionX @ swap - versionY @ at-xy
\ Print the version (optionally in cyan)
- loader_color? dup ( -- bool bool )
+ loader_color? dup ( c-addr/u -- c-addr/u bool bool )
if 6 fg then
- type
+ -rot type
if 7 fg then
+
+ 0 25 at-xy
;
only forth definitions