Update v86, patch to use fs.readFile

This commit is contained in:
Felix Rieseberg
2022-04-26 12:13:03 -07:00
parent 24a1c30502
commit 7b92d33584
20 changed files with 7922 additions and 2012 deletions

View File

@@ -115,7 +115,7 @@ You'll likely be better off with an actual virtualization app, but the short ans
## Credits
99% of the work was done over at [v86](https://github.com/copy/v86/) by Copy.
99% of the work was done over at [v86](https://github.com/copy/v86/) by Copy aka Fabian Hemmer and his contributors.
## Contributing
@@ -136,6 +136,8 @@ Unpack the `images` folder into the `src` folder, creating this layout:
Once you've done so, run `npm install` and `npm start` to run your local build.
If you want to tinker with the image or make a new one, check out the [QEMU docs](./docs/qemu.md).
## Other Questions
* [MS-DOS seems to brick the screen](./HELP.md#ms-dos-seems-to-brick-the-screen)