diff options
author | 2025-04-13 06:51:28 -0700 | |
---|---|---|
committer | 2025-04-13 15:51:28 +0200 | |
commit | 853f7e8aeda16f391f4890406ffcfbc06c117dbd (patch) | |
tree | 011ee251038ce4844f7e3698a43669a2a78e5d37 /hash/ibm5170_hdd.xml | |
parent | 075fffa097c669ceb60f9dbae02302a647cb5f32 (diff) |
hash/ibm51*.xml: New FreeDOS 1.3 hard disk image, FreeDOS 1.4 images (#13061)
hash/ibm5170_hdd.xml: replace FreeDOS 1.3 hard disk image with Full CD option.
New working software list item
--------------------------------------------
ibm5150.xml: FreeDOS 1.4 (Floppy-Only Edition, 3.5" 720k)
ibm5170.xml: FreeDOS 1.4 (Floppy-Only Edition, 3.5" 1.44MB), FreeDOS 1.4 (Floppy-Only Edition, 5.25" 1.2MB)
ibm5170_cdrom.xml: FreeDOS 1.4
ibm5170_hdd.xml: FreeDOS 1.4 [chungy]
Diffstat (limited to 'hash/ibm5170_hdd.xml')
-rw-r--r-- | hash/ibm5170_hdd.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/hash/ibm5170_hdd.xml b/hash/ibm5170_hdd.xml index cf8c52dc7d1..555f3a8aebc 100644 --- a/hash/ibm5170_hdd.xml +++ b/hash/ibm5170_hdd.xml @@ -42,7 +42,20 @@ license:CC0-1.0 <info name="usage" value="FreeDOS contains a CPU detection bug in VINFO.COM, always reporting a 80186. Edit C:\FDAUTO.BAT to remove calls to VINFO and always run Support286 or Support386 routines to work around the problem." /> <part name="hdd" interface="ide_hdd"> <diskarea name="harddriv"> - <disk name="freedos13" sha1="72eef7bf0ad53b8a240ce05244173df54db923f0" writeable="yes"/> + <disk name="freedos13" sha1="756df2d38608588678c670a17cfc3c098c127df6" writeable="yes"/> + </diskarea> + </part> + </software> + + <software name="freedos14"> + <description>FreeDOS 1.4</description> + <year>2025</year> + <publisher>The FreeDOS Project</publisher> + <info name="language" value="English" /> + <info name="version" value="1.4" /> + <part name="hdd" interface="ide_hdd"> + <diskarea name="harddriv"> + <disk name="freedos14" sha1="c1ffb2c1cbf3f9c8f6193d5ba9c5c01ce74d3d4e" writeable="yes" /> </diskarea> </part> </software> |