You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support determining kernel file version without booting it
27
+
* support determining kernel file version without booting it
28
28
* only print messages once, not each time processing partitions
29
29
* fix for Format GitHub issue #1 - format divide by 0 due to kernel function 440D, subfunction 60 returning a zero for logical_sectors_per_fat as initdisk overflows and calculates incorrect value
30
30
* From bzt, initialize drive parameter head & sector values to avoid potential divisions by 0
@@ -71,6 +71,7 @@ Changelog items can list SVN revision rNUMBER and bugzilla bug NUMBER.
71
71
* int 21h/4400h only return low byte of SFT flags if not a device, part of dosemu2/fdpp bug #147 fix
72
72
* check for unsupported function call in console - from dosemu2/fdpp bug# 101 fix
73
73
* improve support for Windows 3 Enhanced mode
74
+
* From Tom Ehlert: properly error when attempting to write past 4GB
0 commit comments