index
:
GWFetch
main
A screenfetch/neofetch-like utility for GW-BASIC
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-12-06
Minor readme cleanups
HEAD
main
Jeffrey Armstrong
2024-12-06
Added a readme.
Jeffrey Armstrong
2024-12-06
More copyright and a request for a note if you do donate
Jeffrey Armstrong
2024-12-05
Fixed PC-DOS logo since it was too wide
Jeffrey Armstrong
2024-12-05
Added PC-DOS logo
Jeffrey Armstrong
2024-12-04
Added a FreeDOS logo
Jeffrey Armstrong
2024-12-02
Added support for parsing mem command on freedos
Jeffrey Armstrong
2024-12-01
Added a timer to the donation screen
Jeffrey Armstrong
2024-12-01
Added code to parse MS-DOS mem command. Added a bit of description to the ↵
Jeffrey Armstrong
donations
2024-11-30
Added some donation links for when you run the software.
Jeffrey Armstrong
2024-11-29
chkdsk output is now converted to kilobytes.
Jeffrey Armstrong
2024-11-25
Added custom DOSBox specific code for getting memory stats
Jeffrey Armstrong
2024-11-25
Stupid dash
Jeffrey Armstrong
2024-11-24
Fixed some typos that apparently effected DR DOS detection
Jeffrey Armstrong
2024-11-24
DR-DOS checks for logo now check Novell OEM number. Fixed VER parsing on DR DOS
Jeffrey Armstrong
2024-11-21
Some comments added
Jeffrey Armstrong
2024-11-21
Added true detection of DOSBox by reading the BIOS version. Added graphic ↵
Jeffrey Armstrong
for DRDOS
2024-11-21
Added a DOSBox graphic
Jeffrey Armstrong
2024-11-20
Modified 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-20
Fixed parsing the Pascal inline data to remove the final parentheses
Jeffrey Armstrong
2024-11-16
Added code to detect OS version mostly through MS-DOS interrupt calls.
Jeffrey Armstrong
2024-11-14
The machine type is now guessed using video memory detection on the bow or ↵
Jeffrey Armstrong
the model number from bios on IBMs.
2024-11-14
Added version detection if the shell is 4DOS, which doesn't use the word ↵
Jeffrey Armstrong
version anywhere
2024-11-14
Added an MS-DOS logo to output. Removed error trapping in favor of better ↵
Jeffrey Armstrong
eof checking. Added pause after output.
2024-11-13
Niceties and cleanup to the output thus far
Jeffrey Armstrong
2024-11-13
Fixed check for NEC vs Intel
Jeffrey Armstrong
2024-11-13
Added bus width detection that appears to work on an 8088.
Jeffrey Armstrong
2024-11-06
Initial commit with functioning CPU detection code
Jeffrey Armstrong