Changeset 41574 in vbox for trunk/src/VBox/Devices/PC/BIOS-new
- Timestamp:
- Jun 5, 2012 6:39:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/boot.c
r40754 r41574 271 271 netboot_entry = (void __far *)(fplan + 6); 272 272 netboot_entry(); 273 } else if (manuf == 0x65746E49/* 'Inte' */) { 274 // Found Intel PXE ROM 273 } 274 else 275 { 276 //Found Normal Pnp ROM 275 277 print_boot_device(bootcd, bootlan, bootdrv); 276 278 int_enable(); /* Disabled as we were invoked via INT instruction. */
Note:
See TracChangeset
for help on using the changeset viewer.