Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: felixrieseberg/windows95
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: felixrieseberg/windows95
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 13, 2026

  1. Wait for v86 emulator-loaded before restoring state (#367)

    The 500ms setTimeout raced against v86's async wasm/BIOS/hda load. When
    loading exceeded 500ms (cold cache, Gatekeeper scan on packaged apps),
    restore_state ran on an uninitialized CPU, threw, was silently caught,
    and the VM cold-booted from default-state.bin instead of resuming the
    user's session.
    felixrieseberg authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    731a9b2 View commit details
    Browse the repository at this point in the history
  2. 5.0.1

    felixrieseberg committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    739931a View commit details
    Browse the repository at this point in the history
Loading