;;; Display the Sun logo on an IPX (dt, at least)
;;; derived from ``banner''

suppress-banner
ffeb8244 execute			;; " _device_type"...
  #line @
  ffeb81fc execute			;; value = b
!
cr cr cr cr cr
ffeb8200 execute			;; ..." draw-logo"

;;; Display the Sun logo under openprom:
;;;

0					;; line number
sun-logo				;; what
0 +					;; offset for funkyness
40 40					;; width and height, ignored
" draw-logo"				;; what to do
stdout @ $call-method			;; call it
