From 37cfbe2e44998b61c790d6b4ff88f6ae9129845e Mon Sep 17 00:00:00 2001 From: Eric Auer Date: Sat, 21 Jul 2007 04:01:02 +0000 Subject: [PATCH] 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 --- docs/fdkernel.lsm | 8 ++++---- docs/history.txt | 11 +++++++++++ hdr/version.h | 6 +++--- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/fdkernel.lsm b/docs/fdkernel.lsm index e733639..0ee7bf2 100644 --- a/docs/fdkernel.lsm +++ b/docs/fdkernel.lsm @@ -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 diff --git a/docs/history.txt b/docs/history.txt index 1d6ab52..9a456e6 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -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 diff --git a/hdr/version.h b/hdr/version.h index e129ce4..b155673 100644 --- a/hdr/version.h +++ b/hdr/version.h @@ -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 */