Improve coverage of Windows hosts (1971-1974)

This commit is contained in:
2024-05-02 09:48:10 +05:30
parent 2713941091
commit 7efc49f6a9
6 changed files with 40 additions and 34 deletions

View File

@ -58,7 +58,11 @@ You can now run `ls` to see the list of files. To change directory, you need to
![! Unix-v5 list of files in root](./unix-v5-SIMH-5.webp)
That's it! We used ! Unix-v5. We can create a shell script to make it easy to launch the VM. Create a file called `unix-v5.sh` with the following content:
That's it! We used ! Unix-v5. We can create a shell script to make it easy to launch the VM.
### Linux
Create a file called `unix-v5.sh` with the following content:
```bash
#!/bin/bash
@ -77,13 +81,14 @@ See the [manuals section](/1970s/1974/unix-v5/#manuals) on the [main ! Unix-v5 p
### Windows
:::tip
You should use Linux. If you dont know how to install a Linux distro, see [our tutorials on how to install Kubuntu](https://setup.virtualhub.eu.org/tag/os/), a beginner-friendly distro.
Create a file called `unix-v5.bat` with the following content:
:::
```bash
pdp11
```
On Windows, you need to place the `PDP11.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp11#windows) in the VM folder. Then you can follow the above tutorial as usual. The shell script will not work on Windows. You need to rename it to `unix-v5.bat`. Then you can double-click the file to launch the VM, no need to make it executable.
Now you can start the VM by double-clicking the shell script. See the [manuals section](/1970s/1974/unix-v5/#manuals) on the [main ! Unix-v5 page](/1970s/1974/unix-v5) to learn how to use it.
## Credits