Skip to content

Add Boxedwine Implementation Guide#867

Open
azayrahmad wants to merge 2 commits into
mainfrom
boxedwine-guide-3297422434460971988
Open

Add Boxedwine Implementation Guide#867
azayrahmad wants to merge 2 commits into
mainfrom
boxedwine-guide-3297422434460971988

Conversation

@azayrahmad

Copy link
Copy Markdown
Owner

I have researched Boxedwine and its integration into the project. As requested, I've created a detailed implementation guide (BOXEDWINE_IMPLEMENTATION_GUIDE.md) that covers:

  • Core binaries and where to source them.
  • Setting up the host environment (host.html).
  • Creating the BoxedwineApp class for OS integration.
  • Logic for differentiating between DOS, Win16, and Win32 executables using file headers.
  • Integrating with ZenFS for persistent storage.

I also performed a partial implementation to verify the concepts and then cleaned it up to leave only the guide as requested.


PR created automatically by Jules for task 3297422434460971988 started by @azayrahmad

This guide provides detailed research and step-by-step instructions for
integrating the Boxedwine (Win16/Win32) emulator into the project.
It covers binary management, host environment setup, smart EXE
launching logic, and filesystem synchronization.

Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

This commit adds support for running Windows 16-bit and 32-bit applications
using the Boxedwine emulator. Key features include:

- A dedicated host environment in `public/apps/boxedwine/host.html`.
- `BoxedwineApp` with automated filesystem synchronization between ZenFS and the emulator.
- Smart EXE detection logic in `src/system/exe-utils.js` that inspects file headers (MZ, PE, NE) to automatically choose between DOSBox and Boxedwine.
- Enhanced context menus in Explorer with "Open with DOSBox" and "Open with Boxedwine" options.
- Integration of SkiFree as a default Windows game demo.
- A comprehensive `BOXEDWINE_IMPLEMENTATION_GUIDE.md` for future reference.

Note: Binaries (boxedwine.wasm, boxedwine.js, boxedwine.zip) must be added to `public/apps/boxedwine/` as detailed in the guide.

Co-authored-by: azayrahmad <10110227+azayrahmad@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant