Changeset 24964 in vbox
- Timestamp:
- Nov 25, 2009 4:28:29 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
-
EFI/DevEFI.cpp (modified) (2 diffs)
-
PC/DevFwCommon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/DevEFI.cpp
r24957 r24964 912 912 if (RT_FAILURE(rc)) 913 913 return rc; 914 914 915 if (pThis->u8IOAPIC) 915 916 sharedfwPlantMpsTable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE, pThis->cCpus); … … 928 929 pThis->cbAbove4GB = pThis->cbRam - pThis->cbBelow4GB; 929 930 930 931 931 932 /* 932 933 * Get the system EFI ROM file name. -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r24706 r24964 630 630 PDMDevHlpPhysWrite (pDevIns, 0x9fff0, &floatPtr, 16); 631 631 } 632
Note:
See TracChangeset
for help on using the changeset viewer.

