- Timestamp:
- Nov 24, 2025, 12:32:58 AM (20 hours ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r211 r213 17 17 FDEBUG=0x0000 18 18 19 FIXPACK=Test Build19 #FIXPACK=Test Build 20 20 21 21 .ERASE … … 25 25 # Define default build version if not specified in environment 26 26 BLD_MAJOR=2 27 BLD_MINOR= 09# must be 2 digits27 BLD_MINOR=10 # must be 2 digits 28 28 BLD_REV=0 # not used at this time 29 29 -
trunk/src/os2ahci/ReadMe.txt
r211 r213 16 16 Copyright (c) 2011 thi.guten Software Development 17 17 Copyright (c) 2011 Mensys B.V. 18 Copyright (c) 2013-202 3David Azarewicz18 Copyright (c) 2013-2025 David Azarewicz 19 19 20 20 Authors: Christian Mueller, Markus Thielen … … 316 316 ========== 317 317 318 v.2.10 23-Nov-2025 - David Azarewicz 319 Rebuilt with updated system libraries. 320 318 321 v.2.09 24-Jun-2023 - David Azarewicz 319 322 Added workaround to help with VirtualBox issues. -
trunk/src/os2ahci/os2ahci.c
r211 r213 402 402 pszCmdLine++; 403 403 /* 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; 405 406 continue; 406 407 }
Note:
See TracChangeset
for help on using the changeset viewer.
