diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2012-10-08 23:02:35 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2012-10-08 23:02:35 +0000 |
| commit | 46aecc551b3822829f69317190a76744fbf638cb (patch) | |
| tree | a0aedc621433ceda805af8fc7fff8aca4d2da64d /sys/boot/forth/loader.4th | |
| parent | b833c0d990c97cd83ea5c9a091756d3b1c779b20 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth/loader.4th')
| -rw-r--r-- | sys/boot/forth/loader.4th | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 437533a09803..e252cfe7e00f 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -40,6 +40,7 @@ s" arch-i386" environment? [if] [if] 2048 dictincrease ! \ 2048 additional cells each time include /boot/support.4th +include /boot/color.4th only forth also support-functions also builtins definitions @@ -64,6 +65,12 @@ only forth also support-functions also builtins definitions : boot 0= if ( interpreted ) get_arguments then + loader_color? if + ." [37;44mBooting...[0m" cr + else + ." Booting..." cr + then + \ Unload only if a path was passed dup if >r over r> swap |
