about summary refs log tree commit diff
path: root/dosfetch.pas
Commit message (Collapse)AuthorAgeFilesLines
* disksize(): Treat registers as unsigned integers HEAD masterPeter Hofmann2023-07-311-1/+1
| | | | This should fix some of the negative numbers that we're seeing.
* Use CRT windowing procedureNagy Tibor2023-07-311-9/+11
|
* fix whitespaceLeah Neukirchen2023-07-301-2/+2
|
* fix disk usage computationLeah Neukirchen2023-07-301-2/+2
|
* more robust extendend memory detectionLeah Neukirchen2023-07-301-1/+33
|
* compute base_memory from int 11hLeah Neukirchen2023-07-301-1/+6
| | | | This should work better on old systems.
* initial import of dosfetchLeah Neukirchen2023-07-291-0/+137