mirror of
https://github.com/InstallerLegacy/virtualhub.eu.org.git
synced 2024-10-22 14:06:03 +02:00
Improve coverage of Windows hosts (1970)
This commit is contained in:
parent
ccb4f747b7
commit
2713941091
@ -53,7 +53,11 @@ After the emulator starts, you can enter `D` to see the list of files:
|
|||||||
|
|
||||||
![D](./adss-15-SIMH-2.webp)
|
![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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@ -72,13 +76,13 @@ See the [manuals section](/1970s/1970/adss-15/#manuals) on the [main ! ADSS-15 p
|
|||||||
|
|
||||||
### Windows
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -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)
|
![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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@ -113,13 +117,13 @@ See the [manuals section](/1970s/1970/caps-11/#manuals) on the [main ! CAPS-11 p
|
|||||||
|
|
||||||
### Windows
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -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`.
|
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
|
```bash
|
||||||
#!/bin/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.
|
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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -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)
|
![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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@ -77,13 +81,13 @@ See the [manuals section](/1970s/1970/dos-15/#manuals) on the [main ! DOS-15 pag
|
|||||||
|
|
||||||
### Windows
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -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)
|
![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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@ -89,13 +93,13 @@ See the [manuals section](/1970s/1970/hp2100dos-m/#manuals) on the [main ! HP 21
|
|||||||
|
|
||||||
### Windows
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
@ -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)
|
![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
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@ -93,13 +97,13 @@ See the [manuals section](/1970s/1970/pdp7unix/#manuals) on the [main ! PDP7 Uni
|
|||||||
|
|
||||||
### Windows
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
:::
|
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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user