{
  "created": "2026-06-19T13:43:54Z",
  "hierarchy": [
    {
      "name": "ROOT",
      "type": "folder",
      "uri": "/ROOT"
    },
    {
      "name": "DOSBox Notes",
      "type": "article",
      "uri": "DOSBox_Notes"
    }
  ],
  "html": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\"/>\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>\n    <meta property=\"og:image\" content=\"/img/logo512.png\"/>\n    <meta property=\"og:site_name\" content=\"Nikhil's Personal Wiki\"/>\n    <link rel=\"og:image\" href=\"/img/logo512.png\"/>\n    <link rel=\"icon\" href=\"/img/favicon.png\"/>\n    <link rel=\"apple-touch-icon\" href=\"/img/logo192.png\"/>\n    <link rel=\"stylesheet\" href=\"/css/styles.css\"/>\n    <link rel=\"stylesheet\" href=\"/css/highlight.css\"/>\n    <title>DOSBox Notes &ndash; Nikhil's Personal Wiki</title>\n    <script type=\"text/javascript\" id=\"MathJax-script\" defer src=\"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js\"></script>\n    <script defer data-domain=\"wiki.nikhil.io\" src=\"https://plausible.io/js/plausible.js\"></script>\n  </head>\n  <body>\n    <noscript>\n      👉 A few things won&#8217;t work if you have JavaScript disabled.\n    </noscript>\n    <div class=\"container article\">\n      <header>\n        <nav>\n          <ul>\n            <li>\n              <a href=\"/archive\"  title=\"Archive\">\n                <span>Archive</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/Home\"  title=\"Home\">\n                <span>Home</span>\n              </a>\n            </li>\n            <li>\n              <a href=\"/random\"  title=\"See a random article\">\n                <span>Random</span>\n              </a>\n            </li>\n            \n            \n              \n                <li>\n                  <a href=\"/DOSBox_Notes/raw.txt\"  title=\"View Source\">\n                    <span>Raw</span>\n                  </a>\n                </li>\n              \n              \n            \n            \n            \n            \n              \n                <li>\n                  <a href=\"/DOSBox_Notes/revisions\" >\n                    <span>Revisions</span>\n                  </a>\n                </li>\n              \n            \n            \n              \n                \n                  <li>\n                    <a href=\"/DOSBox_Notes/index.json\" title=\"View JSON Object\">\n                      <span>JSON</span>\n                    </a>\n                  </li>\n                \n              \n            \n          </ul>\n        </nav>\n      </header>\n      <main>\n        \n  <nav>\n  <ul>\n    \n      <li>\n        <a data-entity-type=\"folder\" href=\"/ROOT\" title=\"ROOT\">Root</a>\n      </li>\n    \n      <li>\n        <a data-entity-type=\"article\" href=\"/DOSBox_Notes\" title=\"DOSBox Notes\">DOSBox Notes</a>\n      </li>\n    \n    \n    \n    \n    \n  </ul>\n</nav>\n\n  <h1>DOSBox Notes\n    \n  </h1>\n  <p>I wanted to finish <em>Chip&rsquo;s Challenge</em> after 30 years. Runs on Windows 95. This is written for macOS.</p>\n<h2>Installing DOSBox</h2>\n<pre tabindex=\"0\" class=\"chroma\"><code><span class=\"line\"><span class=\"cl\">brew install dosbox-x\n</span></span></code></pre><p>Note that this is <a href=\"https://dosbox-x.com/\">DOSBox-X</a>, a <a href=\"https://dosbox-x.com/wiki/DOSBox%E2%80%90X%E2%80%99s-Feature-Highlights\">highly enhanced</a> version of DOSBox.</p>\n<p>Now grab this savepoint (before Internet Explorer, with Sound Blaster 16 Drivers, Standard VGA Drivers).</p>\n<p><a href=\"https://public.nikhil.io/Windows_95.zip\">https://public.nikhil.io/Windows_95.zip</a></p>\n<p>Then grab <a href=\"https://archive.org/details/wep_best-of\">the Windows Entertainment Pack (Best Of) via Archive.org</a>.</p>\n<h2>Running Windows</h2>\n<p>From the extracted folder,</p>\n<pre tabindex=\"0\" class=\"chroma\"><code><span class=\"line\"><span class=\"cl\">dosbox-x -conf dosbox.conf\n</span></span></code></pre><p>This is how you instruct DOSBox to &lsquo;boot up&rsquo; some &lsquo;image&rsquo; (the terms are wrong but you get the idea.)</p>\n<h3>Mounting Folders</h3>\n<p>In <code>dosbox.conf</code>, add stuff towards the bottom:</p>\n<pre><code>[autoexec]\n# Lines in this section will be run at startup.\n# You can put your MOUNT lines here.\nmount x: path/to/some/folder\nmount y: Win95\n</code></pre>\n<h3>Installing WEP</h3>\n<p>Once started, you will need to copy the WEP files to <code>A:</code> or <code>B:</code> and Start -&gt; Run <code>B:\\setup.exe</code>. You cannot use ISOs. Yay!</p>\n<h3>Snapshots</h3>\n<p>Play around with the menu and save your state to one of many &lsquo;slots&rsquo;.</p>\n<h3>TODO</h3>\n<ul>\n<li>3dfx drivers?</li>\n</ul>\n\n\n      </main>\n      <footer>\n        <p>\n          \n        </p>\n        <ul>\n          \n  <li>1,253 bytes</li>\n  \n    <li>Created on Friday, 19 June 2026 at 13:43 UTC</li>\n    <li>Modified on Friday, 19 June 2026 at 13:43 UTC</li>\n    <br/>\n    <li>\n      <a\n        href=\"https://github.com/afreeorange/wiki.nikhil.io.articles/edit/master/DOSBox Notes.md\"\n        title=\"Edit this article\">Edit this article</a>\n    </li>\n  \n\n          <li>\n            <a href=\"https://github.com/afreeorange/bock\" title=\"View the project that generates this wiki on Github\">bock\n            5.3.0-beta</a>\n          </li>\n        </ul>\n      </footer>\n    </div>\n    \n    \n      <script type=\"text/javascript\">\n        /**\n         * Quick shortcut to take me to the search box which is 90% of how I navigate\n         * this wiki anyway.\n         */\n        document.body.addEventListener(\n          \"keypress\", (e) => e.key === \"f\"\n          ? window.location.assign(\"/archive\")\n          : null);\n        window.MathJax = {\n          tex: {\n            inlineMath: [\n              [\n                '$', '$'\n              ],\n              [\n                '\\\\(', '\\\\)'\n              ]\n            ]\n          },\n          svg: {\n            fontCache: 'global'\n          }\n        };\n      </script>\n    \n  </body>\n</html></head></html>\n",
  "id": "fee2f8d2-6e2f-5d25-b660-b490570ec189",
  "modified": "2026-06-19T13:43:54Z",
  "revisions": [
    {
      "authorEmail": "mail@nikhil.io",
      "authorName": "Nikhil Anand",
      "date": "2026-06-19T13:43:54Z",
      "id": "3961c1698b2bd4d91a749ffd8b9fb7ef18823140",
      "shortId": "3961c169",
      "subject": "Initial commit\n",
      "content": "I wanted to finish _Chip's Challenge_ after 30 years. Runs on Windows 95. This is written for macOS.\n\n## Installing DOSBox\n\n```bash\nbrew install dosbox-x\n```\n\nNote that this is [DOSBox-X](https://dosbox-x.com/), a [highly enhanced](https://dosbox-x.com/wiki/DOSBox%E2%80%90X%E2%80%99s-Feature-Highlights) version of DOSBox.\n\nNow grab this savepoint (before Internet Explorer, with Sound Blaster 16 Drivers, Standard VGA Drivers).\n\nhttps://public.nikhil.io/Windows_95.zip\n\nThen grab [the Windows Entertainment Pack (Best Of) via Archive.org](https://archive.org/details/wep_best-of).\n\n## Running Windows\n\nFrom the extracted folder,\n\n```bash\ndosbox-x -conf dosbox.conf\n```\n\nThis is how you instruct DOSBox to 'boot up' some 'image' (the terms are wrong but you get the idea.)\n\n### Mounting Folders\n\nIn `dosbox.conf`, add stuff towards the bottom:\n\n```\n[autoexec]\n# Lines in this section will be run at startup.\n# You can put your MOUNT lines here.\nmount x: path/to/some/folder\nmount y: Win95\n```\n\n### Installing WEP\n\nOnce started, you will need to copy the WEP files to `A:` or `B:` and Start -> Run `B:\\setup.exe`. You cannot use ISOs. Yay!\n\n### Snapshots\n\nPlay around with the menu and save your state to one of many 'slots'.\n\n### TODO\n\n- 3dfx drivers?\n"
    }
  ],
  "sizeInBytes": 1253,
  "source": "I wanted to finish _Chip's Challenge_ after 30 years. Runs on Windows 95. This is written for macOS.\n\n## Installing DOSBox\n\n```bash\nbrew install dosbox-x\n```\n\nNote that this is [DOSBox-X](https://dosbox-x.com/), a [highly enhanced](https://dosbox-x.com/wiki/DOSBox%E2%80%90X%E2%80%99s-Feature-Highlights) version of DOSBox.\n\nNow grab this savepoint (before Internet Explorer, with Sound Blaster 16 Drivers, Standard VGA Drivers).\n\nhttps://public.nikhil.io/Windows_95.zip\n\nThen grab [the Windows Entertainment Pack (Best Of) via Archive.org](https://archive.org/details/wep_best-of).\n\n## Running Windows\n\nFrom the extracted folder,\n\n```bash\ndosbox-x -conf dosbox.conf\n```\n\nThis is how you instruct DOSBox to 'boot up' some 'image' (the terms are wrong but you get the idea.)\n\n### Mounting Folders\n\nIn `dosbox.conf`, add stuff towards the bottom:\n\n```\n[autoexec]\n# Lines in this section will be run at startup.\n# You can put your MOUNT lines here.\nmount x: path/to/some/folder\nmount y: Win95\n```\n\n### Installing WEP\n\nOnce started, you will need to copy the WEP files to `A:` or `B:` and Start -> Run `B:\\setup.exe`. You cannot use ISOs. Yay!\n\n### Snapshots\n\nPlay around with the menu and save your state to one of many 'slots'.\n\n### TODO\n\n- 3dfx drivers?\n",
  "title": "DOSBox Notes",
  "untracked": false,
  "uri": "/DOSBox_Notes",
  "relativePath": "DOSBox Notes.md"
}
