Changes between Initial Version and Version 1 of Ticket #18440, comment 6


Ignore:
Timestamp:
Jun 10, 2023, 12:14:35 PM (17 months ago)
Author:
tqh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18440, comment 6

    initial v1  
    1 That looks promesing. 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.
     1That 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.
    22
    33Here is how I use UEFI shell:
     
    1212Another way is to write small test programs.\\
    1313
    14 Here is a small program when I was investigating EFI: https://github.com/tqh/efi-example/blob/master/gfx_example.c\\
     14Here is a small program when I was investigating EFI: https://github.com/tqh/efi-example/blob/master/gfx_example.c \\
    1515(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.)