Improve coverage of Windows hosts (1960s)

This commit is contained in:
Legacy Installer 2024-05-01 11:45:52 +05:30
parent 87d04e8092
commit ccb4f747b7
4 changed files with 40 additions and 24 deletions

View File

@ -54,7 +54,11 @@ Type `S:` and press enter. It will list all the files available on the disk.
![List of files in ! 4K DMS](./4K-DMS-SIMH-4.webp)
That's it! We used ! 4K DMS. We can create a shell script to make it easy to launch the VM. Create a file called `4K-DMS.sh` with the following content:
That's it! We used ! 4K DMS. We can create a shell script to make it easy to launch the VM.
### Linux
Create a file called `4K-DMS.sh` with the following content:
```bash
#!/bin/bash
@ -73,13 +77,13 @@ See the [manuals section](/1960s/1965/4kdms/#manuals) on the [main ! 4K DMS page
### Windows
:::tip
Create a file called `4K-DMS.bat` with the following content:
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.
```bash
pdp8
```
:::
On Windows, you need to place the `PDP8.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp8#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 `4K-DMS.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](/1960s/1965/4kdms/#manuals) on the [main ! 4K DMS page](/1960s/1965/4kdms/) to learn how to use it.
## Credits

View File

@ -55,7 +55,11 @@ Type `S,L,W` followed by `!`. It will list all the files available on the disk.
![List of files in ! DECSys-7](./DECSys-7-SIMH-4.webp)
That's it! We used ! DECSys-7. We can create a shell script to make it easy to launch the VM. Create a file called `DECSys-7.sh` with the following content:
That's it! We used ! DECSys-7. We can create a shell script to make it easy to launch the VM.
### Linux
Create a file called `DECSys-7.sh` with the following content:
```bash
#!/bin/bash
@ -74,13 +78,13 @@ See the [manuals section](/1960s/1965/decsys/#manuals) on the [main ! DECSys-7 p
### Windows
:::tip
Create a file called `DECSys-7.bat` with the following content:
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.
```bash
pdp7
```
:::
On Windows, you need to place the `PDP7.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp7#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 `DECSys-7.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](/1960s/1965/decsys/#manuals) on the [main ! DECSys-7 page](/1960s/1965/decsys) to learn how to use it.
## Credits

View File

@ -65,7 +65,11 @@ Type `R CAT` and press enter. It will list all the files available on the disk.
![List of files in ! TSS/8](./TSS8-4.webp)
That's it! We used ! TSS/8. We can create a shell script to make it easy to launch the VM. Create a file called `TSS8.sh` with the following content:
That's it! We used ! TSS/8. We can create a shell script to make it easy to launch the VM.
### Linux
Create a file called `TSS8.sh` with the following content:
```bash
#!/bin/bash
@ -84,13 +88,13 @@ See the [manuals section](/1960s/1968/tss8/#manuals) on the [main ! TSS/8 page](
### Windows
:::tip
Create a file called `TSS8.bat` with the following content:
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.
```bash
pdp8
```
:::
On Windows, you need to place the `PDP8.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp8#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 `TSS8.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](/1960s/1968/tss8/#manuals) on the [main ! TSS/8 page](/1960s/1968/tss8/) and [this website](https://raymii.org/s/articles/Running_TSS_8_on_the_DEC_PiDP-8_i_and_SIMH.html) to learn how to use it.
## Credits

View File

@ -75,7 +75,11 @@ After the emulator starts, type `:LIST,X,1` and press enter. It will list all th
![List of files in ! HP 2100 DOS](./HP-2100-DOS-3.webp)
That's it! We used ! HP 2100 DOS. We can create a shell script to make it easy to launch the VM. Create a file called `HP-2100-DOS.sh` with the following content:
That's it! We used ! HP 2100 DOS. We can create a shell script to make it easy to launch the VM.
### Linux
Create a file called `HP-2100-DOS.sh` with the following content:
```bash
#!/bin/bash
@ -94,13 +98,13 @@ See the [manuals section](/1960s/1969/hp2100dos/#manuals) on the [main ! HP 2100
### Windows
:::tip
Create a file called `HP-2100-DOS.bat` with the following content:
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.
```bash
hp2100
```
:::
On Windows, you need to place the `hp2100.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-hp2100#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 `HP-2100-DOS.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](/1960s/1969/hp2100dos/#manuals) on the [main ! HP 2100 DOS page](/1960s/1969/hp2100dos/) to learn how to use it.
## Credits