caiiiycuk / js-dos

The best API for running dos programs in browser
https://js-dos.com
1.03k stars 130 forks source link

Questions Regarding initialization sequence and Save/Load feature. #288

Closed jlcvp closed 1 year ago

jlcvp commented 1 year ago
  1. Does the C:\AUTOEXEC.BAT always run at startup or do I need to specify it in the dosbox.conf or jsdos.json?
  2. Does the FS restore load overwrites occur before the start of the autoexec argument in jsdos.json or does it run together in a race condition?
caiiiycuk commented 1 year ago
  1. I think no need to specify it in dosbox.conf
  2. There is not race conditions (js is single threaded). FS resotred before emulation starts