mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
Updated lsm and version.h ("svn snapshot", will settle into 2038),
updated history.txt (only my changes this week, needs cleanup!). git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1340 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
1e5efe260e
commit
37cfbe2e44
@ -1,11 +1,11 @@
|
||||
Begin3
|
||||
Title: The FreeDOS Kernel
|
||||
Version: 2036
|
||||
Entered-date: 20 May 2006
|
||||
Description: The FreeDOS Kernel.
|
||||
Version: 2038pre/2036svn
|
||||
Entered-date: 21 Jul 2007
|
||||
Description: The FreeDOS Kernel (svn snapshot compile)
|
||||
Keywords: kernel freedos dos msdos
|
||||
Author: (developers)
|
||||
Maintained-by: jeremyd@fdos.org
|
||||
Maintained-by: jeremyd@fdos.org, eric#coli.uni-sb.de
|
||||
Primary-site: http://freedos.sourceforge.net
|
||||
Original-site: http://www.gcfl.net/pub/FreeDOS/kernel
|
||||
Platforms: dos dosemu
|
||||
|
@ -1,3 +1,12 @@
|
||||
2007 Jul 21 - Build 2036 svn, in other words, 2038 pre
|
||||
|
||||
+ Changes Eric
|
||||
* added IDLEHALT=n and KEYBUF=n[,m] options to let the
|
||||
kernel use HLT when idle and reloc the keyboard buffer
|
||||
* fixed some "Dutch plurals"
|
||||
|
||||
|
||||
|
||||
2006 May 20 - Build 2036 cvs and 2037 test
|
||||
-------- Eric Auer (eric@coli.uni-sb.de)
|
||||
|
||||
@ -20,6 +29,8 @@ Most recent changes to source code (see version.h) are:
|
||||
of thumb, use UNSTABLE if you need NLSFUNC or Win3 386 mode or if
|
||||
you need a very new kernel, and use HEAD if you need stability.
|
||||
|
||||
|
||||
|
||||
+ Changes Jeremy
|
||||
* build.bat, config.b: UPX and WIN3 build options, for BUILDALL
|
||||
* boot/oemboot.asm: set backup boot sector on FAT32, add update
|
||||
|
@ -42,10 +42,10 @@ static BYTE *date_hRcsId =
|
||||
#define MINOR_RELEASE 00
|
||||
#endif
|
||||
|
||||
#define REVISION_SEQ 36 /* returned in BL by int 21 function 30 */
|
||||
#define REVISION_SEQ 38 /* returned in BL by int 21 function 30 */
|
||||
#define OEM_ID 0xfd /* FreeDOS, returned in BH by int 21 30 */
|
||||
|
||||
#define SOURCE_DATE_STRING "Aug 18 2006" /* DATE OF THE NEWEST SOURCE FILE */
|
||||
#define SOURCE_DATE_STRING "Jul 21 2007" /* DATE OF THE NEWEST SOURCE FILE */
|
||||
/* #define KERNEL_VERSION_STRING "1.1.35" formerly used in os_release text */
|
||||
#define KERNEL_BUILD_STRING "2036 cvs" /* used in os_release string */
|
||||
#define KERNEL_BUILD_STRING "2038pre/2036svn" /* used in os_release string */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user