Ignore:
Timestamp:
Aug 9, 2013, 12:17:15 AM (12 years ago)
Author:
David Azarewicz
Message:

Added a check for bad geometries reported by the BIOS and fix them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r166 r169  
    3030# Define default build version if not specified in environment
    3131BLD_MAJOR=1
    32 BLD_MINOR=30 # must be 2 digits
     32BLD_MINOR=31 # must be 2 digits
    3333BLD_REV=0 # not used at this time
    3434FIXPACK=
     
    9292CFLAGS= -ei -6 -d0 -bt=os2 -ms -zu -wx -ecc -zp1 -q -s -zgp -zfp -oi
    9393CFLAGS_DEBUG = -ei -6 -d3 -hc -bt=os2 -ms -zu -ecc -zp1 -q -s -zgp -zfp -od
     94!ifneq FIXPACK
     95CFLAGS+= -DTESTVER
     96!endif
    9497
    9598###############################################################################
Note: See TracChangeset for help on using the changeset viewer.