diff --git a/docs/fdkernel.lsm b/docs/fdkernel.lsm index d55324f..6788804 100644 --- a/docs/fdkernel.lsm +++ b/docs/fdkernel.lsm @@ -1,7 +1,7 @@ Begin3 Title: The FreeDOS Kernel -Version: 2.0.32 -Entered-date: 21 Sep 2003 +Version: 2.0.32a +Entered-date: 24 Sep 2003 Description: The FreeDOS Kernel. Keywords: kernel freedos dos msdos Author: (developers) diff --git a/docs/history.txt b/docs/history.txt index 499f61c..8406be7 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,3 +1,16 @@ +2003 Sep 24 - Build 2032a +-------- Bart Oldeman (bart@dosemu.org) ++ Changes Bart + * fix segment problems with ctrl-c and character uppercase + handlers + * fix critical error callers to set the critical error code + immediately before calling the handler (in case they call + DOS-59); don't set the critical error in inthndlr.c if + something else already did. Return with an errorcode if + "truename" and "read"/"write" encountered a critical error. + * sys.c: add /k kernname.sys option to and straighten out SYS option + processing; remove the metakern magic. + * config.c: ignore the segment part for multi-part device drivers 2003 Sep 21 - Build 2032 -------- Bart Oldeman (bart@dosemu.org) + Changes Rune Espeseth (modified by Bart) diff --git a/hdr/version.h b/hdr/version.h index fd621da..c8d9c43 100644 --- a/hdr/version.h +++ b/hdr/version.h @@ -49,6 +49,6 @@ static BYTE *date_hRcsId = #define REVISION_MINOR 1 #define REVISION_SEQ 32 #define BUILD "2032" -#define SUB_BUILD "" -#define KERNEL_VERSION_STRING "1.1.32" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */ -#define KERNEL_BUILD_STRING "2032" /*#BUILD SUB_BUILD */ +#define SUB_BUILD "a" +#define KERNEL_VERSION_STRING "1.1.32a" /*#REVISION_MAJOR "." #REVISION_MINOR "." #REVISION_SEQ */ +#define KERNEL_BUILD_STRING "2032a" /*#BUILD SUB_BUILD */