Commit Graph

21 Commits

Author SHA1 Message Date
2d1b6363e6 Add CTRL-B shortcut to boot OS directly from edit menu 2025-09-01 12:43:33 +02:00
34cebf2810 Allow editing boot options using 'e' key 2025-09-01 11:47:36 +02:00
0fa4a175e0 Correct Backspace behavior in input dialog 2025-09-01 11:40:48 +02:00
ba65264d1e Remove unnecessary console input buffer reset 2025-08-27 22:21:39 +02:00
2ee33ab229 Refactor BlGetConfigValue to return EFI_STATUS and output value via parameter 2025-08-27 19:44:52 +02:00
c6643125e1 Implement boot entry editor 2025-08-27 19:15:38 +02:00
b68514b176 Limit boot menu entry names to available menu width 2025-08-25 19:03:57 +02:00
960e913222 Optimize boot menu drawing to eliminate screen flickering 2025-08-25 17:56:40 +02:00
a81bad32fe Implement scrolling in the boot menu 2025-07-20 16:45:15 +02:00
07d7e06b2b Flush keyboard buffer out of any keystrokes before waiting for user input 2024-05-05 15:29:20 +02:00
e80927c5d3 Fix undefined behavior and NULL pointer in boot loader OS list renderer 2024-04-27 00:42:25 +02:00
dcca4870cd Move cursor before changing console attributes 2024-03-28 14:06:52 +01:00
e263effe13 Allow to reboot into UEFI Firmware setup interface after pressing F10 in the boot menu 2024-03-19 17:04:14 +01:00
1d26b81923 Store last booted OS in NVRAM and make it default one on next boot 2024-03-18 19:41:55 +01:00
a70df7cbf8 Properly print status codes 2024-02-16 23:01:29 +01:00
c99bd73dfd Use uppercase when printing status codes 2024-02-16 22:03:00 +01:00
33e25f881e Update debug message 2024-01-23 22:20:31 +01:00
8f40683270 Rename memory related routines to follow naming convention 2024-01-15 15:13:34 +01:00
93340936d3 Update XTLDR help 2024-01-12 16:04:25 +01:00
019f084e49 Allow to reboot or shutdown from XTLDR boot menu 2024-01-12 16:03:21 +01:00
4412d4fc98 Rewrite core of the XTLDR boot loader
Reviewed-on: xt-sys/exectos#7
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-01-09 18:51:04 +01:00