mirror of https://github.com/FDOS/kernel.git
updated history
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@311 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
6c76f67376
commit
f95b129d28
|
@ -11,10 +11,18 @@
|
|||
(look for play_dj() in dsk.c)
|
||||
* Simplify Victor's FAT32 fixes a bit
|
||||
* More printer clean-ups
|
||||
* fixed sys (thanks Jeremy)
|
||||
* DosChangeDir fails for path name too long.
|
||||
+ Fixes Jeremy
|
||||
* Changed SYS so if no source given or only source drive (no path)
|
||||
given, then checks for kernel.sys & command.com in current
|
||||
path (of current drive or given drive) and if not there
|
||||
uses root (but only if source & destination drive are different).
|
||||
Fix printf to include count(ret) if copy can't write all requested bytes
|
||||
2001 Sep 22 - Build 2025 (test)
|
||||
-------- Bart Oldeman (bart.oldeman@bristol.ac.uk)
|
||||
+ Added Victor
|
||||
* FAT32 support
|
||||
* FAT32 support (credits to Martin Stromberg for boot32.asm optimizations)
|
||||
* Delete long file names if short file name given
|
||||
+ Added Jeremy
|
||||
* modified SYS so it takes optional 2nd parameter (similar to PC DOS)
|
||||
|
|
Loading…
Reference in New Issue