Skip to content

PixelsuftGarbage/nodev86

Repository files navigation

NodeV86

v86 on nodejs + sdl2

Screenshots

1
2
3
(Yes, I switched to Windows 11)
4
5
6
7
8
9

Building and Running

Note: To build on windows, use mingw64 (--mingw flag) or msys2

  1. Build .dll/.so library using build.py script in src folder
  2. Install nodejs packages with npm i
  3. Configure default_config.js or create custom
  4. Run with npm start or node index

Custom Configs

  1. Create configs folder and place configs
  2. Run node index config_name_here (config name without configs/ and .js)
    For example, node index msdos for configs/msdos.js