IdeaCredIdeaCred

fewtarius/dosdoor

73

A fork of DosEMU focused on BBS doors

What's novel

A fork of DosEMU focused on BBS doors

Code Analysis

8 files read · 4 rounds

A high-performance x86 CPU emulator optimized for running DOS BBS door games by leveraging Linux VM86+ and implementing a full instruction set interpreter with device emulation.

Strengths

Exceptional modularity separating CPU core from architecture-specific code; sophisticated interrupt handling that traps INT 21h/10h to host implementations; robust memory management using mmap for virtual DOS RAM. The CPU throttling mechanism is essential for multi-game stability on modern hardware.

Weaknesses

Minimal test coverage (mostly unit tests, no integration or stress testing); error handling relies heavily on kernel-level traps rather than application-layer recovery; some legacy code patterns from dosemu remain without full cleanup.

Score Breakdown

Innovation
5 (25%)
Craft
64 (35%)
Traction
0 (15%)
Scope
80 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+0
Releases+4
Has License+0
Code Quality+22
Readme Quality+15
Recent Activity+4
Structure Quality+4
Commit Consistency+2
Has Dependency Mgmt+0

Traction

Forks+0
Stars+0
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+0

Scope

Commits+7
Languages+8
Subsystems+5
Bloat Penalty+0
Completeness+5
Contributors+5
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

31

Contributors

1

Files

379

Active weeks

3

TestsCI/CDREADMELicenseContributing

Repository

Language

C

Stars

0

Forks

0

License

GPL-2.0