Update XTLDR help
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2024-01-12 16:04:25 +01:00
parent 019f084e49
commit 93340936d3

View File

@@ -212,7 +212,13 @@ BlDisplayBootMenu()
L" \n"
L"Press ENTER key to boot the highlighted boot menu entry.\n"
L"Press 'e' key to edit the highlighted menu entry.\n"
L"Press 's' key to exit into XTLDR shell (advanced mode).\n");
L"Press 's' key to exit into XTLDR shell (enters advanced mode).\n"
L" \n"
L"F1 shows this help, F11 reboots the machine and F12 turns it off.\n"
L" \n"
L" \n"
L"XTLDR is a part of the ExectOS Operating System.\n"
L"Visit https://exectos.eu.org/ for more information.");
/* Break from boot menu event loop to redraw whole boot menu */
break;