Changeset 71426 in vbox for trunk/src/VBox/Devices/PC/BIOS/ata.c
- Timestamp:
- Mar 21, 2018 11:49:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/ata.c
r71424 r71426 552 552 fdpt = ebda_seg :> &EbdaData->fdpt1; 553 553 554 #if 0 555 /* Place the FDPT outside of conventional memory. Needed for 556 * 286 XENIX 2.1.3/2.2.1 because it completely wipes out 557 * the EBDA and low memory. Hack! 558 */ 559 fdpt = MK_FP(0xE200, 0xf00); 560 fdpt += device; 561 #endif 562 554 563 /* Set the INT 41h or 46h pointer. */ 555 564 int_vec = MK_FP(0, (0x41 + device * 5) * sizeof(void __far *)); … … 560 569 * isn't worth the effort of converting from AMI to Award CMOS 561 570 * format. Just do it here. */ 571 fdpt->resvd1 = fdpt->resvd2 = 0; 572 562 573 fdpt->lcyl = lgeo.cylinders; 563 574 fdpt->lhead = lgeo.heads;
Note:
See TracChangeset
for help on using the changeset viewer.