Skip to content

Commit 9fe81f4

Browse files
committed
format 0.92
1 parent 72417d5 commit 9fe81f4

6 files changed

Lines changed: 18 additions & 7 deletions

File tree

doc/format.lsm

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Begin3
22
Title: Format
3-
Version: 0.91v (14 Jan 2006)
4-
Entered-date: 2006-01-14
3+
Version: 0.92
4+
Entered-date: 2024-08-07
55
Description: Disk formatting program -- creates FAT file systems and lowlevel-formats floppy disks
66
Keywords: freedos, format, fat12, fat16, fat32, floppy, harddisk, mirror, unformat
77
Author: Brian E. Reifsnyder <reifsnyderb (#) mindspring.com>
8-
Maintained-by: Eric Auer <eric (#) coli.uni-sb.de>
9-
Primary-site: http://www.coli.uni-sb.de/~eric/stuff/soft/by-others/
8+
Maintained-by: FreeDOS developers
9+
Primary-site: https://github.com/FDOS/format/
10+
Alternate-site: http://www.coli.uni-sb.de/~eric/stuff/soft/by-others/
1011
Alternate-site: http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/format/
1112
Original-site: http://www.23cc.com/programs/
12-
Platforms: dos
13+
Platforms: DOS
1314
Copying-policy: GNU GPL
1415
End

doc/install.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*** outdated -- the source may still compile with Borland tools, but OpenWatcom is now the officially supported compiler!
2+
13
INSTALL
24

35
To compile the source code you need (version 0.91 or newer):

doc/news.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ NEWS.TXT
22

33
Version History:
44

5+
Version 0.92 (07 Aug 2024)
6+
- add 128KB cluster supported (may still have edge cases?)
7+
- tweaked Open Watcom makefile
8+
- fix bug with using extended keys while entering volume label (GitHub issue #3)
9+
- for bad sectors, move FAT12 buffer from stack to heap (GitHub issue #4)
10+
511
Version 0.91w (19 Sep 2017)
612
- new OpenWatcom makefile (and .EXE)
713
- fixed some useless compiler warnings

doc/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README.TXT
22

33
Program: FORMAT
44

5-
Version: 0.91 series
5+
Version: 0.91/0.92 series
66

77
Author: Brian E. Reifsnyder (1999-2003)
88
reifsnyderb@mindspring.com

doc/todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Future Plans
22

3+
TO-DO Update TODO.TXT and implement some of these.
4+
35
TO-DO Add international language support (e.g. with KITTEN library).
46

57
TO-DO Debug FAT32 support. Debug all mirror / unformat data writes.

format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

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

2222

2323
#ifdef MAIN

0 commit comments

Comments
 (0)