Modifying text_helper to not have static text sections

This commit is contained in:
The Gears of Progress
2026-01-11 15:02:16 -05:00
parent adc48f2bd6
commit 1055094ab9
10 changed files with 272 additions and 318 deletions

View File

@@ -19,7 +19,7 @@ void multiboot_upload_screen()
text_data_table general_text(general_text_table_buffer);
LinkCableMultiboot linkCableMultiboot;
general_text.decompress(get_compressed_general_table());
general_text.decompress(get_compressed_GENERAL_table());
multiboot_show_textbox();
ptgb_write(general_text.get_text_entry(GENERAL_send_multiboot_instructions), true);