From 2713941091e3835a30a1f3b993c6437782c5ca52 Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Wed, 1 May 2024 14:32:57 +0530 Subject: [PATCH] Improve coverage of Windows hosts (1970) --- docs/1970s/1970/adss-15/simh/index.md | 16 ++++++++++------ docs/1970s/1970/caps-11/simh/index.md | 16 ++++++++++------ docs/1970s/1970/dos-11/simh/index.md | 18 +++++++++++------- docs/1970s/1970/dos-15/simh/index.md | 16 ++++++++++------ docs/1970s/1970/hp2100dos-m/simh/index.md | 16 ++++++++++------ docs/1970s/1970/pdp7unix/simh/index.md | 16 ++++++++++------ 6 files changed, 61 insertions(+), 37 deletions(-) diff --git a/docs/1970s/1970/adss-15/simh/index.md b/docs/1970s/1970/adss-15/simh/index.md index 681f122..95802cc 100644 --- a/docs/1970s/1970/adss-15/simh/index.md +++ b/docs/1970s/1970/adss-15/simh/index.md @@ -53,7 +53,11 @@ After the emulator starts, you can enter `D` to see the list of files: ![D](./adss-15-SIMH-2.webp) -That's it! We used ! ADSS-15. We can create a shell script to make it easy to launch the VM. Create a file called `adss-15.sh` with the following content: +That's it! We used ! ADSS-15. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `adss-15.sh` with the following content: ```bash #!/bin/bash @@ -72,13 +76,13 @@ See the [manuals section](/1970s/1970/adss-15/#manuals) on the [main ! ADSS-15 p ### Windows -:::tip +Create a file called `adss-15.bat` with the following content: -You should use Linux. If you don’t 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 +pdp15 +``` -::: - -On Windows, you need to place the `PDP15.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp15#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 `adss-15.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/1970/adss-15/#manuals) on the [main ! ADSS-15 page](/1970s/1970/adss-15) to learn how to use it. ## Credits diff --git a/docs/1970s/1970/caps-11/simh/index.md b/docs/1970s/1970/caps-11/simh/index.md index 63c15c5..8a0a88b 100644 --- a/docs/1970s/1970/caps-11/simh/index.md +++ b/docs/1970s/1970/caps-11/simh/index.md @@ -94,7 +94,11 @@ After the emulator starts, you can type `dir` followed by enter. It will list al ![List of files in ! CAPS-11](./caps-11-SIMH-3.webp) -That's it! We used ! CAPS-11. We can create a shell script to make it easy to launch the VM. Create a file called `caps-11.sh` with the following content: +That's it! We used ! CAPS-11. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `caps-11.sh` with the following content: ```bash #!/bin/bash @@ -113,13 +117,13 @@ See the [manuals section](/1970s/1970/caps-11/#manuals) on the [main ! CAPS-11 p ### Windows -:::tip +Create a file called `caps-11.bat` with the following content: -You should use Linux. If you don’t 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 +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 `caps-11.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/1970/caps-11/#manuals) on the [main ! CAPS-11 page](/1970s/1970/caps-11) to learn how to use it. ## Credits diff --git a/docs/1970s/1970/dos-11/simh/index.md b/docs/1970s/1970/dos-11/simh/index.md index fcc12db..3edc837 100644 --- a/docs/1970s/1970/dos-11/simh/index.md +++ b/docs/1970s/1970/dos-11/simh/index.md @@ -190,7 +190,11 @@ The prompt will change to `#`. Type `/DI` to see a list of files in the `1,1` ac To exit `PIP`, you can press `Ctrl` + `C`. After the prompt turns to `.`, type `KI` and press enter. To quit the emulation, press `Ctrl` + `e` and then enter `exit`. -That's it! We used ! DOS-11. We can create a shell script to make it easy to launch the VM. Create a file called `dos-11.sh` with the following content: +That's it! We used ! DOS-11. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `dos-11.sh` with the following content: ```bash #!/bin/bash @@ -207,15 +211,15 @@ Now you can start the VM using the shell script. For example, on KDE you can rig See the [manuals section](/1970s/1970/dos-11/#manuals) on the [main ! DOS-11 page](/1970s/1970/dos-11) to learn how to use it. -## Windows +### Windows -:::tip +Create a file called `dos-11.bat` with the following content: -You should use Linux. If you don’t 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 +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 `dos-11.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/1970/dos-11/#manuals) on the [main ! DOS-11 page](/1970s/1970/dos-11) to learn how to use it. ## Credits diff --git a/docs/1970s/1970/dos-15/simh/index.md b/docs/1970s/1970/dos-15/simh/index.md index fdd375c..736d4f0 100644 --- a/docs/1970s/1970/dos-15/simh/index.md +++ b/docs/1970s/1970/dos-15/simh/index.md @@ -58,7 +58,11 @@ You can run `I` to see a list of commands you can run: ![List of commands](./dos-15-SIMH-5.webp) -That's it! We used ! DOS-15. We can create a shell script to make it easy to launch the VM. Create a file called `dos-15.sh` with the following content: +That's it! We used ! DOS-15. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `dos-15.sh` with the following content: ```bash #!/bin/bash @@ -77,13 +81,13 @@ See the [manuals section](/1970s/1970/dos-15/#manuals) on the [main ! DOS-15 pag ### Windows -:::tip +Create a file called `dos-15.bat` with the following content: -You should use Linux. If you don’t 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 +pdp15 +``` -::: - -On Windows, you need to place the `PDP15.exe` file you downloaded in [this tutorial](https://setup.virtualhub.eu.org/simh-pdp15#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 `dos-15.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/1970/dos-15/#manuals) on the [main ! DOS-15 page](/1970s/1970/dos-15) to learn how to use it. ## Credits diff --git a/docs/1970s/1970/hp2100dos-m/simh/index.md b/docs/1970s/1970/hp2100dos-m/simh/index.md index f370b44..3327849 100644 --- a/docs/1970s/1970/hp2100dos-m/simh/index.md +++ b/docs/1970s/1970/hp2100dos-m/simh/index.md @@ -70,7 +70,11 @@ After the emulator starts, type `:LIST,X,1` and press enter. It will list all th ![List of files in ! HP 2100 DOS-M](./HP-2100-DOS-M-3.webp) -That's it! We used ! HP 2100 DOS-M. We can create a shell script to make it easy to launch the VM. Create a file called `HP-2100-DOS-M.sh` with the following content: +That's it! We used ! HP 2100 DOS-M. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `HP-2100-DOS-M.sh` with the following content: ```bash #!/bin/bash @@ -89,13 +93,13 @@ See the [manuals section](/1970s/1970/hp2100dos-m/#manuals) on the [main ! HP 21 ### Windows -:::tip +Create a file called `HP-2100-DOS-M.bat` with the following content: -You should use Linux. If you don’t 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-M.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/1970/hp2100dos-m/#manuals) on the [main ! HP 2100 DOS-M page](/1970s/1970/hp2100dos-m/) to learn how to use it. ## Credits diff --git a/docs/1970s/1970/pdp7unix/simh/index.md b/docs/1970s/1970/pdp7unix/simh/index.md index 8334942..0406155 100644 --- a/docs/1970s/1970/pdp7unix/simh/index.md +++ b/docs/1970s/1970/pdp7unix/simh/index.md @@ -74,7 +74,11 @@ Type `ls` followed by enter. It will list all the files available on the disk. ![List of files in ! PDP7 Unix](./pdp7unix-SIMH-4.webp) -That's it! We used ! PDP7 Unix. We can create a shell script to make it easy to launch the VM. Create a file called `pdp7unix.sh` with the following content: +That's it! We used ! PDP7 Unix. We can create a shell script to make it easy to launch the VM. + +### Linux + +Create a file called `pdp7unix.sh` with the following content: ```bash #!/bin/bash @@ -93,13 +97,13 @@ See the [manuals section](/1970s/1970/pdp7unix/#manuals) on the [main ! PDP7 Uni ### Windows -:::tip +Create a file called `pdp7unix.bat` with the following content: -You should use Linux. If you don’t 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 `pdp7unix.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/1970/pdp7unix/#manuals) on the [main ! PDP7 Unix page](/1970s/1970/pdp7unix) to learn how to use it. ## Credits