Skip to content

Commit

Permalink
format 0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Aug 8, 2024
1 parent 72417d5 commit 9fe81f4
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
11 changes: 6 additions & 5 deletions doc/format.lsm
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Begin3
Title: Format
Version: 0.91v (14 Jan 2006)
Entered-date: 2006-01-14
Version: 0.92
Entered-date: 2024-08-07
Description: Disk formatting program -- creates FAT file systems and lowlevel-formats floppy disks
Keywords: freedos, format, fat12, fat16, fat32, floppy, harddisk, mirror, unformat
Author: Brian E. Reifsnyder <reifsnyderb (#) mindspring.com>
Maintained-by: Eric Auer <eric (#) coli.uni-sb.de>
Primary-site: http://www.coli.uni-sb.de/~eric/stuff/soft/by-others/
Maintained-by: FreeDOS developers
Primary-site: https://github.com/FDOS/format/
Alternate-site: http://www.coli.uni-sb.de/~eric/stuff/soft/by-others/
Alternate-site: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/format/
Original-site: http://www.23cc.com/programs/
Platforms: dos
Platforms: DOS
Copying-policy: GNU GPL
End
2 changes: 2 additions & 0 deletions doc/install.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** outdated -- the source may still compile with Borland tools, but OpenWatcom is now the officially supported compiler!

INSTALL

To compile the source code you need (version 0.91 or newer):
Expand Down
6 changes: 6 additions & 0 deletions doc/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ NEWS.TXT

Version History:

Version 0.92 (07 Aug 2024)
- add 128KB cluster supported (may still have edge cases?)
- tweaked Open Watcom makefile
- fix bug with using extended keys while entering volume label (GitHub issue #3)
- for bad sectors, move FAT12 buffer from stack to heap (GitHub issue #4)

Version 0.91w (19 Sep 2017)
- new OpenWatcom makefile (and .EXE)
- fixed some useless compiler warnings
Expand Down
2 changes: 1 addition & 1 deletion doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ README.TXT

Program: FORMAT

Version: 0.91 series
Version: 0.91/0.92 series

Author: Brian E. Reifsnyder (1999-2003)
reifsnyderb@mindspring.com
Expand Down
2 changes: 2 additions & 0 deletions doc/todo.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Future Plans

TO-DO Update TODO.TXT and implement some of these.

TO-DO Add international language support (e.g. with KITTEN library).

TO-DO Debug FAT32 support. Debug all mirror / unformat data writes.
Expand Down
2 changes: 1 addition & 1 deletion format.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#define NAME "Format"
#define VERSION "0.91w" /* the only update 0.91o -> 0.91u in this file... */
#define VERSION "0.92" /* the only update 0.91o -> 0.91u in this file... */


#ifdef MAIN
Expand Down

0 comments on commit 9fe81f4

Please sign in to comment.