leahneukirchen / dosfetch

NeoFetch clone for DOS
145 stars 7 forks source link

Added machine line #8

Open doekman opened 1 year ago

doekman commented 1 year ago

I've added a "Machine" line. My Pascal is rusty, and I've never really used Asm in my code: any tips?

Code from: DOS_SDK

leahneukirchen commented 1 year ago

I'm not very good at it either 😅 and don't even have a means to test this...

doekman commented 1 year ago

😅 Let me try to find some people with actual hardware to test this. Fingers crossed 🤞

doekman commented 1 year ago

The only XT about the "IBM XT Model 286" is they used the XT case. The machine detection checks if there is an additional interrupt controller, and concludes if there are two, it will be an AT.

See:

So machine names are not very exact. Not sure what to do about it. Options:

However, I probably won't implement much more. I'll happy withdraw this PR if it's not the direction you want this tool to go.

polluks commented 8 months ago

What about the PCjr? https://www.vogons.org/viewtopic.php?t=50417