install: clarify Hekate RAM menu copy (4GB/8GB labels and warnings)
All checks were successful
Build / Build (push) Successful in 16s
All checks were successful
Build / Build (push) Successful in 16s
Made-with: Cursor
This commit is contained in:
@@ -739,8 +739,8 @@ static bool install_ram_config_menu(bool *use_8gb)
|
|||||||
bool confirmed = false;
|
bool confirmed = false;
|
||||||
const int n = 2;
|
const int n = 2;
|
||||||
const char *labels[2] = {
|
const char *labels[2] = {
|
||||||
"4 GB Konsole (Standard)",
|
"4GB Konsole (Standard)",
|
||||||
"8 GB Konsole",
|
"8GB Konsole",
|
||||||
};
|
};
|
||||||
|
|
||||||
gfx_clear_grey(0x1B);
|
gfx_clear_grey(0x1B);
|
||||||
@@ -748,10 +748,13 @@ static bool install_ram_config_menu(bool *use_8gb)
|
|||||||
install_print_main_header();
|
install_print_main_header();
|
||||||
|
|
||||||
install_set_color(COLOR_YELLOW);
|
install_set_color(COLOR_YELLOW);
|
||||||
gfx_printf("RAM / Hekate: Konsole-Typ\n\n");
|
gfx_printf("Hekate Payload Auswahl:\n\n");
|
||||||
|
install_set_color(COLOR_WHITE);
|
||||||
|
gfx_printf("Wenn du einen 8GB RAM-Umbau hast, waehle 8GB Konsole aus.\n");
|
||||||
|
gfx_printf("Alle anderen waehlen 4GB Konsole aus.\n\n");
|
||||||
install_set_color(COLOR_RED);
|
install_set_color(COLOR_RED);
|
||||||
gfx_printf("Wenn du dir absolut unsicher bist, waehle unbedingt 4 GB!\n");
|
gfx_printf("Warnung: Solltest du keinen RAM-Umbau haben, waehle auf keinen\n");
|
||||||
gfx_printf("Eine falsche 8-GB-Wahl kann Probleme verursachen.\n\n");
|
gfx_printf("Fall 8GB aus, da du sonst Boot Probleme bekommst!!!\n\n");
|
||||||
install_set_color(COLOR_WHITE);
|
install_set_color(COLOR_WHITE);
|
||||||
|
|
||||||
u32 menu_x, menu_y;
|
u32 menu_x, menu_y;
|
||||||
|
|||||||
Reference in New Issue
Block a user