Updates for kernel 2027

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@464 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2002-11-09 19:38:25 +00:00
parent bca3ec2175
commit de171a2788
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2002 Nov 9 - Build 2027
-------- Bart Oldeman (bart@dosemu.org)
+ Changes Tom
* memset ErrorAlreadyPrinted to 0 in config.c
+ Changes Bart
* reset drive before and after int26 in SYS for winnt compatibility
* propagate sharing bits correctly in DosOpen
* return DE_NFILES if a volume label is not found; search for volume
label if attr & 8 not just if attr==8
* initialize the critical error code to 0 in inthndlr.c
* ignore value of DH for extended open int21/ah=6c
* fix problem with NULL device code being in the wrong segment
* Hopefully innocent hack to deal with NDN in ioctl.c (ignore upper bits
of the drive number)
* use subst bit 15 for int21/ax=4409(IOCTL-CHECK IF BLOCK DEVICE REMOTE).
2002 Oct 27 - Build 2027rc
-------- Bart Oldeman (bart@dosemu.org)
+ Changes Bart