Ignore:
Timestamp:
Jul 24, 2023, 5:51:46 PM (2 years ago)
Author:
David Azarewicz
Message:

Added workaround to help with VirtualBox issues.
Improved diagnostic messages.
Changed how timeouts are reset and how ctx hooks are triggered.
Added quirk for devices with issues executing some standard commands.
Changed to make /N the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r209 r211  
    1717FDEBUG=0x0000
    1818
     19FIXPACK=Test Build
     20
    1921.ERASE
    2022.SUFFIXES
     
    2325# Define default build version if not specified in environment
    2426BLD_MAJOR=2
    25 BLD_MINOR=08 # must be 2 digits
     27BLD_MINOR=09 # must be 2 digits
    2628BLD_REV=0 # not used at this time
    2729
     
    9092!endif
    9193
    92 #DAZ need to find which structures need pack(1) so we can reset this back to -zp4
    9394AFLAGS=-q -6p -bt=os2 -wx -d1
    9495CFLAGS =-q -bt=os2 -6s -olinar -s -ze -zl -zq -zfp -zgp -ms -wx -zp1 -ecs -ei -za99
     
    142143  @%append $^&.lrf option map=$^*.map
    143144  @%append $^&.lrf option stack=0
    144   #  @%append $*.lnk option protmode
    145145  @%append $^&.lrf sort global
    146146  @%append $^&.lrf option osname='ArcaOS'
     
    149149  @for %f in ($(OBJS)) do @%append $^&.lrf file %f
    150150  @for %f in ($(LIBS)) do @%append $^&.lrf library %f
    151   #  @%append $*.lnk segment type DATA SHARED
    152   #  @%append $*.lnk segment type CODE IOPL
    153   #  # Order segments by class
    154   #  @%append $*.lnk order
    155   #  @%append $*.lnk clname 'DATA'
    156   #  @%append $*.lnk clname 'CONST'
    157   #  @%append $*.lnk clname 'BSS'
    158   #  @%append $*.lnk clname 'CODE'
    159151  @wlink @$^&.lrf
    160152  @%erase $^&.lrf
Note: See TracChangeset for help on using the changeset viewer.