You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Demo 3: Open dosbox and type the command you need
33
33
@@ -67,7 +67,12 @@ the extension has built in tools for windows. But if you need to use assembler o
67
67
3.`dosbox`: dosbox.exe and related files
68
68
4.`player`: msdos.exe
69
69
70
-
Linux and other OS user do not need folder dosbox and player. Instead, we should make sure DOSBox can be opened by shell command `dosbox` (node: child_process.exec("dosbox"))
70
+
Linux and other OS user do not need folder dosbox and player. Instead, we should make sure DOSBox can be opened by shell command `dosbox` (node: child_process.exec("dosbox")). Use command like
71
+
72
+
```sh
73
+
sudo apt install dosbox #install dosbox
74
+
dosbox #if successfully opened the dosbox, it is largely possible for the extension to use dosbox
0 commit comments