More granularity in interrupt handlers configuration
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 658
- Forks
- 48
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 5
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Configuration.InitializeDOS and the command-line configuration handling implied by the proposed --initialize bios dos syntax. Determine how BIOS and DOS interrupt handlers are currently grouped, then define separate initialization choices; done means the emulator can keep BIOS handlers while selectively enabling DOS handlers and the option behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100