summaryrefslogtreecommitdiff
path: root/usr/src/boot/forth/loader.rc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/boot/forth/loader.rc')
-rw-r--r--usr/src/boot/forth/loader.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/boot/forth/loader.rc b/usr/src/boot/forth/loader.rc
index 32f6bf8043..989a014da4 100644
--- a/usr/src/boot/forth/loader.rc
+++ b/usr/src/boot/forth/loader.rc
@@ -2,6 +2,16 @@
\
\ Includes additional commands
include /boot/forth/loader.4th
+
+\ For SmartOS, override the default color scheme back to the more traditional
+\ black background and white foreground.
+set tem.fg_color=white
+set tem.bg_color=black
+
+\ As another SmartOS customization, work around OS-8160 by limiting the size of
+\ the framebuffer.
+framebuffer set 1024x768
+
try-include /boot/loader.rc.local
\ Reads and processes loader.conf variables