Skip to content

Commit 8535ddb

Browse files
committed
update documentation for pending release
1 parent 417b6d0 commit 8535ddb

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

docs/contrib.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ Aitor Santamaria (aitor.sm@wanadoo.es)
88
Arkady Belousov (ark@mos.ru)
99
Bart Oldeman (bart@dosemu.org)
1010
Bernd Blaauw (bblaauw@home.nl)
11+
Bernd Böckmann (boeckmann)
1112
Brian Reifsnyder (reifsnyderb@mindspring.com)
1213
Charles Dye (raster@highfiber.com)
1314
Eduardo Casino (casino_e@terra.es)
15+
E. C. Masloch (pushbx)
1416
Eric Auer (e.auer@jpberlin.de)
1517
Eric Biederman (ebiederm+eric@ccr.net)
1618
Eric Luttmann (ecl@users.sourceforge.net)

docs/history.txt

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
1+
Bug reports:
2+
Current bug tracking for the kernel is on GitHub in the FDOS/kernel project.
3+
Genera FreeDOS bug tracking (kernel bug reports also accepted) at GitLab FreeDOS project.
14

5+
Note: old bug tracker and source URLs:
6+
bugzilla bug NUMBER at:
7+
http://bugzilla.freedos.org/cgi-bin/bugzilla/show_bug.cgi?id=NUMBER
8+
and sourceforge bug tracker at:
9+
http://sf.net/tracker/?func=detail&aid=NUMBER&group_id=5109&atid=105109
10+
SVN source (no longer updated) for old SVN revision NUMBER at:
11+
http://freedos.svn.sf.net/viewvc/freedos?view=rev&sortby=rev&revision=NUMBER
12+
Changelog items may list old SVN revision NUMBER and bugzilla bug NUMBER.
213

3-
General web notes: You can read details about bugzilla bug NUMBER on
4-
http://bugzilla.freedos.org/cgi-bin/bugzilla/show_bug.cgi?id=NUMBER
5-
and details about newer bugs managed in our sourceforge bug tracker on
6-
http://sf.net/tracker/?func=detail&aid=NUMBER&group_id=5109&atid=105109
714

8-
You can read more details (diff, changelog) about SVN revision NUMBER on
9-
http://freedos.svn.sf.net/viewvc/freedos?view=rev&sortby=rev&revision=NUMBER
10-
Changelog items can list SVN revision rNUMBER and bugzilla bug NUMBER.
11-
12-
13-
2025 ?? - Build 2045
15+
2026 ?? - Build 2045
1416
-------- Jeremy Davis
1517

1618
+ Changes Jeremy Davis and Tom Ehlert
1719
* initial GPT partition support
1820

1921

20-
2025 ?? - Build 2044
22+
2026 Jan 25 - Build 2044
2123
-------- Jeremy Davis
2224

23-
+ Changes Jeremy Davis, Andrew Bird, Tee-Kiah Chia (tkchia), Sava (lpproj),
24-
Stas Sergeev (stsp), C. Masloch, Jiri Malak, Bernd Böckmann, Tom Ehlert
25+
+ Changes Andrew Bird, Bernd Böckmann, C. Masloch, Stas Sergeev (stsp),
26+
Tee-Kiah Chia (tkchia), Sava (lpproj), Jiri Malak, Jeremy Davis, Tom Ehlert
27+
* disk: Set volume label also on BPB update
28+
* fix INT21.7303 return cluster count one too high, https://github.com/FDOS/kernel/issues/194
2529
* fixes for building with various compilers / different environments
2630
* boot sector improvements (improve compatibility/reduce boot problems)
2731
* support determining kernel file version without booting it

hdr/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#endif
3737

3838
/* The actual kernel revision, 2000+REVISION_SEQ = 2.REVISION_SEQ */
39-
#define REVISION_SEQ 43 /* returned in BL by int 21 function 30 */
39+
#define REVISION_SEQ 44 /* returned in BL by int 21 function 30 */
4040
#define OEM_ID 0xfd /* FreeDOS, returned in BH by int 21 30 */
4141

4242
/* Used for version information displayed to user at boot (& stored in os_release string) */

0 commit comments

Comments
 (0)