Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added simple 286 detection code #53

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andreas-jonsson
Copy link
Contributor

Added simple 286 detection code.

This does not actually do anything except for informing the user that they have (presumable) a 286 acceleration board in there PC/XT machine.

I'm submitting this mainly for reference as I expect you would like to refactor the CPU detection code and generalize the CPU detection. There is a lot of things that seems to assume NOT 8088(6) means V20. So I don't have the guts to rewrite that atm. :)

@andreas-jonsson andreas-jonsson mentioned this pull request Oct 15, 2024
@640-KB
Copy link
Owner

640-KB commented Oct 16, 2024

Thanks for that! I have actually written the code to do 8086/V30/V40 specific detection, but it's not included due to the code size (>100 bytes IIRC) not able to fit into the main builds. I absolutely will keep this as reference since I do still want to get into a possible 286 version at some point soon. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants