From 47232ea4c27983ff2cffd3f697d66c6c0058c88c Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Dec 2011 01:06:55 +0200 Subject: [PATCH] frontend: show a message while BIOS is booting --- frontend/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/menu.c b/frontend/menu.c index 25c476da..af9b9f1d 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -1648,6 +1648,8 @@ static int run_cd_image(const char *fname) } ready_to_go = 1; + snprintf(hud_msg, sizeof(hud_msg), "Booting up..."); + hud_new_msg = 2; return 0; } -- 2.39.2