Changes between Initial Version and Version 1 of Ticket #18440, comment 6
- Timestamp:
- Jun 10, 2023, 12:14:35 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18440, comment 6
initial v1 1 That looks prom esing. If both have graphicsoutput then you have two handles for graphics. Not sure what can be done in UEFI shell probably use help to see.1 That looks promising. If both have graphicsoutput then you have two handles for graphics. Not sure what can be done in UEFI shell probably use help to see. 2 2 3 3 Here is how I use UEFI shell: … … 12 12 Another way is to write small test programs.\\ 13 13 14 Here is a small program when I was investigating EFI: https://github.com/tqh/efi-example/blob/master/gfx_example.c \\14 Here is a small program when I was investigating EFI: https://github.com/tqh/efi-example/blob/master/gfx_example.c \\ 15 15 (The repo has info on how to build. The programs were done before UEFI docs were free, so might do weird things as they were done by trial and error.)