OpenRakis / OpenRakis/Spice86

More granularity in interrupt handlers configuration

Open
#361 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature request good first issue reverse engineering
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.