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

More granularity in interrupt handlers configuration #361

Open
kevinferrare opened this issue Jun 30, 2023 · 0 comments
Open

More granularity in interrupt handlers configuration #361

kevinferrare opened this issue Jun 30, 2023 · 0 comments
Labels
enhancement New feature or request feature request This would be good to have good first issue Good for newcomers reverse engineering Related to reverse enginneering (features, APIs, ...)

Comments

@kevinferrare
Copy link
Contributor

Currently we have one flag Configuration.InitializeDOS that enables or disables all custom interrupt handlers.
This is not going to work if we want to load another operating system but keep the emulated bios for example.
Suggestion by @maximilien-noal :

This could be an option group:
https://github.com/commandlineparser/commandline/wiki/Verbs

for example:
Spice86 --initialize bios dos
@maximilien-noal maximilien-noal added enhancement New feature or request good first issue Good for newcomers feature request This would be good to have reverse engineering Related to reverse enginneering (features, APIs, ...) labels Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request This would be good to have good first issue Good for newcomers reverse engineering Related to reverse enginneering (features, APIs, ...)
Projects
None yet
Development

No branches or pull requests

2 participants