From 34c621909eea3a5cba1b0580b06d185193b554f6 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sun, 22 Apr 2001 01:22:15 +0000 Subject: [PATCH] Updated history git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@206 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/history.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/history.txt b/docs/history.txt index 0fdb1e5..767226e 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -7,6 +7,7 @@ Bart: * fixed "copy con" and INT21/AH=0B. The SFT_FEOF flag, strangely enough, if true indicates NOT end-of-file. + * VDISK signature required in HMA (bug 701 dborca@usa.net). Alan Kamrowski * fixed intr: it wasn't putting the flags back correctly and swapped si and bp.