- Timestamp:
- Nov 24, 2010 12:56:31 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r34169 r34317 1370 1370 pThis->cbLanBoot = cbLanBootBinary; 1371 1371 1372 rc = PDMDevHlpROMRegister(pDevIns, VBOX_LANBOOT_SEG << 4, RT_MAX(cbLanBootBinary, _64K - (VBOX_LANBOOT_SEG << 4 & 0xffff)), 1372 rc = PDMDevHlpROMRegister(pDevIns, VBOX_LANBOOT_SEG << 4, 1373 RT_MAX(cbLanBootBinary, _64K - (VBOX_LANBOOT_SEG << 4 & 0xffff)), 1373 1374 pu8LanBootBinary, cbLanBootBinary, 1374 1375 PGMPHYS_ROM_FLAGS_SHADOWED, "Net Boot ROM");
Note:
See TracChangeset
for help on using the changeset viewer.