Author: wmb Date: Fri Dec 2 02:05:17 2011 New Revision: 2721 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2721
Log: vesa.fth - commentary changes.
Modified: dev/video/controlr/vesa.fth
Modified: dev/video/controlr/vesa.fth ============================================================================== --- dev/video/controlr/vesa.fth Fri Dec 2 02:05:12 2011 (r2720) +++ dev/video/controlr/vesa.fth Fri Dec 2 02:05:17 2011 (r2721) @@ -11,8 +11,8 @@
\ Assume mode 117 - 1024x768x16 - for now d# 16 value depth -d# 1280 value width \ If scaled is false, will be replaced with hdisplay -d# 1024 value height \ If scaled is false, will be replaced with vdisplay +d# 1280 value width \ Mode 11a +d# 1024 value height
: setmode ( -- ) ;