Add Boxedwine Implementation Guide#867
Conversation
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>
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
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>
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:host.html).BoxedwineAppclass for OS integration.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