Update LSM and history

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@703 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-09-21 16:14:23 +00:00
parent c669f3644c
commit d157b12ef0
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
2003 Sep xx - Build 2032
2003 Sep 21 - Build 2032
-------- Bart Oldeman (bart@dosemu.org)
+ Changes Rune Espeseth <re@icd.no> (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.