[ANNOUNCE] FreeDOS kernel build 2027

Bart Oldeman <[email protected]> Sat, 09 Nov 2002 18:28:50 -0500 (EST)
Newsgroups gmane.os.freedos.devel
Message-ID <[email protected]>
Kernel build 2027 is now available at the sourceforge download page:
http://sourceforge.net/project/showfiles.php?group_id=5109&release_id=121405

There have been a few bug fixes since 2027rc; the details are in the
changelog below. For a full list what's changed since kernel 2026b see the
link above.

Bart

+ 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).