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:
parent
a4c844dc62
commit
6b297246a3
@ -1,4 +1,4 @@
|
|||||||
2001 Nov xx - Build 2025a
|
2001 Nov 4 - Build 2025a (test)
|
||||||
-------- Bart Oldeman (bart.oldeman@bristol.ac.uk)
|
-------- Bart Oldeman (bart.oldeman@bristol.ac.uk)
|
||||||
+ Changes tom
|
+ Changes tom
|
||||||
* config.sys processing: placing ? on the left side of '=' like
|
* config.sys processing: placing ? on the left side of '=' like
|
||||||
@ -6,6 +6,7 @@
|
|||||||
asks for this single line
|
asks for this single line
|
||||||
fill the available HMA with buffers
|
fill the available HMA with buffers
|
||||||
* added kernel configuration options to sys.com, small area at 60:xx
|
* 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
|
* readblock optimized to read as many data as possible in one
|
||||||
int13 request - great speedups for large reads
|
int13 request - great speedups for large reads
|
||||||
* some more SDA variables need to be updated for the network
|
* some more SDA variables need to be updated for the network
|
||||||
|
@ -44,6 +44,6 @@ static BYTE *date_hRcsId = "$Id$";
|
|||||||
#define REVISION_MINOR 1
|
#define REVISION_MINOR 1
|
||||||
#define REVISION_SEQ 25
|
#define REVISION_SEQ 25
|
||||||
#define BUILD "2025"
|
#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_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*/
|
||||||
|
Loading…
Reference in New Issue
Block a user