VirtualBox

Changeset 71424 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Mar 21, 2018 11:26:28 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121391
Message:

Reverted bad commit.

Location:
trunk/src/VBox/Devices/PC/BIOS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/ata.c

    r71423 r71424  
    552552                    fdpt = ebda_seg :> &EbdaData->fdpt1;
    553553
    554                 fdpt = MK_FP(0xE200, 0xf00);
    555                 fdpt += device;
    556 
    557554                /* Set the INT 41h or 46h pointer. */
    558555                int_vec  = MK_FP(0, (0x41 + device * 5) * sizeof(void __far *));
     
    563560                 * isn't worth the effort of converting from AMI to Award CMOS
    564561                 * format. Just do it here. */
    565                 _fmemset(fdpt, 0, sizeof(*fdpt));
    566562                fdpt->lcyl  = lgeo.cylinders;
    567563                fdpt->lhead = lgeo.heads;
  • trunk/src/VBox/Devices/PC/BIOS/makefile

    r71423 r71424  
    1919CFLAGS   = -q -0 -wx -zu -s -oas -d1+ -ms
    2020CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32
    21 # -oat seems to prevent ENTER/LEAVE generation
    22 #CFLAGS32 = -q -wx -zu -s -oat -d1+ -ms -nt=BIOS32 -nd=BIOS32
    2321
    2422DEFS = -DVBOX -DVBOX_LANBOOT_SEG=0xE200 -DVBOX_VERSION_STRING=$(Q)0.9$(Q) &
     
    5553         clname DATA segaddr=0xF000 segment _DATA &
    5654         clname CODE &
    57          segment _TEXT segaddr=0xF000 offset=0x1C00 &
     55         segment _TEXT segaddr=0xF000 offset=0x1600 &
    5856         segment BIOS32 segaddr=0xF000 offset=0xDB00 &
    5957         segment BIOSSEG segaddr=0xF000 offset=0xE000 &
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette