aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-12-06Minor readme cleanupsHEADmainJeffrey Armstrong
2024-12-06Added a readme.Jeffrey Armstrong
2024-12-06More copyright and a request for a note if you do donateJeffrey Armstrong
2024-12-05Fixed PC-DOS logo since it was too wideJeffrey Armstrong
2024-12-05Added PC-DOS logoJeffrey Armstrong
2024-12-04Added a FreeDOS logoJeffrey Armstrong
2024-12-02Added support for parsing mem command on freedosJeffrey Armstrong
2024-12-01Added a timer to the donation screenJeffrey Armstrong
2024-12-01Added code to parse MS-DOS mem command. Added a bit of description to the ↵Jeffrey Armstrong
donations
2024-11-30Added some donation links for when you run the software.Jeffrey Armstrong
2024-11-29chkdsk output is now converted to kilobytes.Jeffrey Armstrong
2024-11-25Added custom DOSBox specific code for getting memory statsJeffrey Armstrong
2024-11-25Stupid dashJeffrey Armstrong
2024-11-24Fixed some typos that apparently effected DR DOS detectionJeffrey Armstrong
2024-11-24DR-DOS checks for logo now check Novell OEM number. Fixed VER parsing on DR DOSJeffrey Armstrong
2024-11-21Some comments addedJeffrey Armstrong
2024-11-21Added true detection of DOSBox by reading the BIOS version. Added graphic ↵Jeffrey Armstrong
for DRDOS
2024-11-21Added a DOSBox graphicJeffrey Armstrong
2024-11-20Modified how assembly array is addressed to avoid memory corruption. ↵Jeffrey Armstrong
Address could change at any moment, especially when vars are created, so care is taken to never generate a variable when we need to call or modify instructions.
2024-11-20Fixed parsing the Pascal inline data to remove the final parenthesesJeffrey Armstrong
2024-11-16Added code to detect OS version mostly through MS-DOS interrupt calls.Jeffrey Armstrong
2024-11-14The machine type is now guessed using video memory detection on the bow or ↵Jeffrey Armstrong
the model number from bios on IBMs.
2024-11-14Added version detection if the shell is 4DOS, which doesn't use the word ↵Jeffrey Armstrong
version anywhere
2024-11-14Added an MS-DOS logo to output. Removed error trapping in favor of better ↵Jeffrey Armstrong
eof checking. Added pause after output.
2024-11-13Niceties and cleanup to the output thus farJeffrey Armstrong
2024-11-13Fixed check for NEC vs IntelJeffrey Armstrong
2024-11-13Added bus width detection that appears to work on an 8088.Jeffrey Armstrong
2024-11-06Initial commit with functioning CPU detection codeJeffrey Armstrong