Closed paulo-roger closed 1 year ago
@paulo-roger the copyright string inside the uploaded exe says Portions Copyright (c) 1983, 92 Borland
which would point to this being compiled with Turbo Pascal 7.
Thanks, I was expecting some directions but I guess it might be easy to look it up myself.
FreePascal's cross compiler can do it with ppcross8086 fpc -XX -Pi8086 -TMSDOS -WmTiny -FuC:\FPC\3.2.2\units\msdos\8086-tiny\rtl -FuC:\FPC\3.2.2\units\msdos\8086-tiny\rtl-console dosfetch.pas
but it generates a much larger executable.
Hey :)
First thanks for you work, looks awesome.
How can I build from source?