From 0a2bbc2318cd14f7b0e347dd240a17e8250b3dae Mon Sep 17 00:00:00 2001 From: deadwood Date: Sat, 26 Oct 2013 19:29:07 +0000 Subject: [PATCH] dosboot.resource: add small hint about boot device page git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48331 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dosboot/menu.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rom/dosboot/menu.c b/rom/dosboot/menu.c index 8df478198c..39be2cd652 100644 --- a/rom/dosboot/menu.c +++ b/rom/dosboot/menu.c @@ -318,7 +318,7 @@ static void initPageBoot(LIBBASETYPEPTR DOSBootBase) { struct Window *win = DOSBootBase->bm_Window; struct BootNode *bn; - WORD y = 50; + WORD y = 70; char text[100], *textp; SetAPen(win->RPort, 1); @@ -444,7 +444,10 @@ static void initPage(LIBBASETYPEPTR DOSBootBase, WORD page) } if (page == PAGE_BOOT) + { centertext(DOSBootBase, 1, 30, "Press A-J to select boot device"); + centertext(DOSBootBase, 1, 45, "\"+\" => bootable, \"*\" => selected for boot"); + } } static WORD initWindow(LIBBASETYPEPTR DOSBootBase, struct BootConfig *bcfg, WORD page) -- 2.11.4.GIT