VirtualBox

Changeset 81350 in vbox


Ignore:
Timestamp:
Oct 18, 2019 11:50:47 AM (5 years ago)
Author:
vboxsync
Message:

EFI/Firmware: use maximum text mode resolution (for EFI shell mainly)

Location:
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkgIa32.dsc

    r81030 r81350  
    608608  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
    609609  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
     610  # Override ConOut to use maximum resolution, not the default of 80x25
     611  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
     612  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
    610613!endif
    611614  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/OvmfPkgX64.dsc

    r81011 r81350  
    621621  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
    622622  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
     623  # Override ConOut to use maximum resolution, not the default of 80x25
     624  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
     625  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
    623626!endif
    624627  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette