History and version needed to be adjusted for 2025a test

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@317 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2001-11-04 21:35:20 +00:00
parent a4c844dc62
commit 6b297246a3
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2001 Nov xx - Build 2025a
2001 Nov 4 - Build 2025a (test)
-------- Bart Oldeman (bart.oldeman@bristol.ac.uk)
+ Changes tom
* config.sys processing: placing ? on the left side of '=' like
@ -6,6 +6,7 @@
asks for this single line
fill the available HMA with buffers
* added kernel configuration options to sys.com, small area at 60:xx
(in cooperation with Jeremy)
* readblock optimized to read as many data as possible in one
int13 request - great speedups for large reads
* some more SDA variables need to be updated for the network

View File

@ -44,6 +44,6 @@ static BYTE *date_hRcsId = "$Id$";
#define REVISION_MINOR 1
#define REVISION_SEQ 25
#define BUILD "2025"
#define SUB_BUILD ""
#define SUB_BUILD "a test"
#define KERNEL_VERSION_STRING "1.1.25" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ*/
#define KERNEL_BUILD_STRING "2025" /*#BUILD SUB_BUILD*/
#define KERNEL_BUILD_STRING "2025a test" /*#BUILD SUB_BUILD*/