Changeset 63595 in vbox for trunk/src/VBox/Devices/Graphics/BIOS
- Timestamp:
- Aug 19, 2016 11:50:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/BIOS/vbe.c
r63594 r63595 453 453 // Update the LFB physical address which may change at runtime 454 454 out_w(VBE_DISPI_IOPORT_INDEX, VBE_DISPI_INDEX_FB_BASE_HI); 455 if (using_lfb) 456 write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, in_w(VBE_DISPI_IOPORT_DATA)); 457 else 458 write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, 0); 455 write_word(ES, DI + offsetof(ModeInfoBlock, PhysBasePtr) + 2, in_w(VBE_DISPI_IOPORT_DATA)); 459 456 460 457 result = 0x4f;
Note:
See TracChangeset
for help on using the changeset viewer.