diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/boot/sys/boot/forth/Makefile.inc | 2 | ||||
-rw-r--r-- | usr/src/boot/sys/boot/forth/brand-smartos.4th | 2 | ||||
-rw-r--r-- | usr/src/boot/sys/boot/forth/joyent.png | bin | 0 -> 12303 bytes | |||
-rw-r--r-- | usr/src/boot/sys/boot/forth/logo-smartos.4th | 2 | ||||
-rw-r--r-- | usr/src/boot/sys/boot/forth/triton.png | bin | 0 -> 2561 bytes |
5 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/forth/Makefile.inc b/usr/src/boot/sys/boot/forth/Makefile.inc index 09ac830835..09ff345596 100644 --- a/usr/src/boot/sys/boot/forth/Makefile.inc +++ b/usr/src/boot/sys/boot/forth/Makefile.inc @@ -27,3 +27,5 @@ FORTH += shortcuts.4th FORTH += support.4th FORTH += version.4th FILES += illumos.png +FILES += joyent.png +FILES += triton.png diff --git a/usr/src/boot/sys/boot/forth/brand-smartos.4th b/usr/src/boot/sys/boot/forth/brand-smartos.4th index ec3c6a0782..be492462a0 100644 --- a/usr/src/boot/sys/boot/forth/brand-smartos.4th +++ b/usr/src/boot/sys/boot/forth/brand-smartos.4th @@ -23,6 +23,8 @@ : brand ( x y -- ) \ "joyent" [wide] logo in B/W (7 rows x 42 columns) + 0 1 1 0 0 s" /boot/joyent.png" fb-putimage if 2drop exit then + s" # " brand+ s" # #### # # ###### # # ##### " brand+ s" # # # # # # ## # # " brand+ diff --git a/usr/src/boot/sys/boot/forth/joyent.png b/usr/src/boot/sys/boot/forth/joyent.png Binary files differnew file mode 100644 index 0000000000..b375a88192 --- /dev/null +++ b/usr/src/boot/sys/boot/forth/joyent.png diff --git a/usr/src/boot/sys/boot/forth/logo-smartos.4th b/usr/src/boot/sys/boot/forth/logo-smartos.4th index 9641a4fd81..f897c45165 100644 --- a/usr/src/boot/sys/boot/forth/logo-smartos.4th +++ b/usr/src/boot/sys/boot/forth/logo-smartos.4th @@ -24,7 +24,7 @@ : logo ( x y -- ) \ color Illumos logo - 0 0 0 0 0 s" /boot/illumos.png" fb-putimage if 2drop exit then + 0 0 0 0 0 s" /boot/triton.png" fb-putimage if 2drop exit then s" @[31m--@[0;31m+--@[1;31m*@[0;33m--@[1;33m*" logo+ s" @[31m|@[1m\@[0m @[31m|\ |@[33m\ @[1m|\" logo+ diff --git a/usr/src/boot/sys/boot/forth/triton.png b/usr/src/boot/sys/boot/forth/triton.png Binary files differnew file mode 100644 index 0000000000..9b7e9a94b6 --- /dev/null +++ b/usr/src/boot/sys/boot/forth/triton.png |