dd86k / ddcpuid

🔬 dd's x86 CPU Identification tool
MIT License
36 stars 1 forks source link

Support i486 #44

Closed dd86k closed 1 year ago

dd86k commented 1 year ago

Someone actually ran ddcpuid on an 80486DX2, and since OMF is still supported (for now), I think it may be worthwhile to:

Low priority because OMF support is about to be kicked out sooner or later, and I have a project in the works to cover processors from 8086 to Pentium III.

dd86k commented 1 year ago

Could do 0.21.1 with i486 support.

So "CPU ID" can mean three things in x86:

Pseudo:

If (CPUID) -> continue as-is (supports only leafs 0,1, will have to add more models)
else if (FPU) -> Likely i486SL or i486DX
else -> Assume i486SX
dd86k commented 1 year ago

Dropped due to OMF deprecation. This will be backported to my SYSLORE project.