From: Ben Gras Date: Fri, 17 Jun 2005 08:00:13 +0000 (+0000) Subject: Undid \c from default leader and trailer X-Git-Tag: v3.1.0~760 X-Git-Url: http://zhaoyanbai.com/repos/%24relpath%24doxygen.css?a=commitdiff_plain;h=85f2038c7c97ebe983ee1f2ecfeed5ef50d5f65b;p=minix.git Undid \c from default leader and trailer --- diff --git a/boot/boot.c b/boot/boot.c index af81a459f..63dbccdf1 100755 --- a/boot/boot.c +++ b/boot/boot.c @@ -895,10 +895,10 @@ void get_parameters(void) /* Variables boot needs: */ b_setvar(E_SPECIAL|E_VAR, "image", "boot/image"); b_setvar(E_SPECIAL|E_FUNCTION, "leader", - "echo \\cMinix boot monitor \\v\\n" + "echo Minix boot monitor \\v\\n" "\\nPress ESC to enter the monitor"); b_setvar(E_SPECIAL|E_FUNCTION, "main", "menu"); - b_setvar(E_SPECIAL|E_FUNCTION, "trailer", "echo \\c"); + b_setvar(E_SPECIAL|E_FUNCTION, "trailer", "echo"); /* Default hidden menu function: */ b_setenv(E_RESERVED|E_FUNCTION, null, "=,Start Minix", "boot");