Changeset 213


Ignore:
Timestamp:
Nov 24, 2025, 12:32:58 AM (7 hours ago)
Author:
David Azarewicz
Message:

Update version

Location:
trunk/src/os2ahci
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r211 r213  
    1717FDEBUG=0x0000
    1818
    19 FIXPACK=Test Build
     19#FIXPACK=Test Build
    2020
    2121.ERASE
     
    2525# Define default build version if not specified in environment
    2626BLD_MAJOR=2
    27 BLD_MINOR=09 # must be 2 digits
     27BLD_MINOR=10 # must be 2 digits
    2828BLD_REV=0 # not used at this time
    2929
  • trunk/src/os2ahci/ReadMe.txt

    r211 r213  
    1616Copyright (c) 2011 thi.guten Software Development
    1717Copyright (c) 2011 Mensys B.V.
    18 Copyright (c) 2013-2023 David Azarewicz
     18Copyright (c) 2013-2025 David Azarewicz
    1919
    2020Authors: Christian Mueller, Markus Thielen
     
    316316==========
    317317
     318v.2.10 23-Nov-2025 - David Azarewicz
     319  Rebuilt with updated system libraries.
     320
    318321v.2.09 24-Jun-2023 - David Azarewicz
    319322  Added workaround to help with VirtualBox issues.
  • trunk/src/os2ahci/os2ahci.c

    r211 r213  
    402402      pszCmdLine++;
    403403      /* Specify to allow the trace buffer to wrap when full. */
    404       D32g_DbgBufWrap = !iInvertOption;
     404      if (iInvertOption) D32g_DbgFlags &= ~D32DBGF_WRAP;
     405      else D32g_DbgFlags |= D32DBGF_WRAP;
    405406      continue;
    406407    }
Note: See TracChangeset for help on using the changeset viewer.