diff --git a/docs/fdkernel.lsm b/docs/fdkernel.lsm index 039bec5..d55324f 100644 --- a/docs/fdkernel.lsm +++ b/docs/fdkernel.lsm @@ -1,7 +1,7 @@ Begin3 Title: The FreeDOS Kernel -Version: 2.0.30 -Entered-date: 18 Jun 2003 +Version: 2.0.32 +Entered-date: 21 Sep 2003 Description: The FreeDOS Kernel. Keywords: kernel freedos dos msdos Author: (developers) diff --git a/docs/history.txt b/docs/history.txt index a864717..499f61c 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,4 +1,4 @@ -2003 Sep xx - Build 2032 +2003 Sep 21 - Build 2032 -------- Bart Oldeman (bart@dosemu.org) + Changes Rune Espeseth (modified by Bart) * config.txt, config.c: Full screen config.sys menus (use MENUCOLOR=) @@ -20,6 +20,8 @@ * build.txt: Fix some typos. * inthndlr.c: Add missing (); small optimization for DosGetdate/time. + Changes Lucho + * boot.asm, boot32.asm, boot32lb.asm, sys.c: add metakern support: + sys looks for a file metakern.sys which is a multiple of 512. * break.c: Fix ctrl-break bug. * ioctl.c: IOCTL 4406 provided reverse AL output on regular files - FF if EOF, 0 if not. It should output 0 if EOF, FF if not.