mirror of
https://github.com/InstallerLegacy/virtualhub.eu.org.git
synced 2024-10-22 12:06:03 +00:00
Improve coverage of Windows hosts (1971-1974)
This commit is contained in:
@ -51,7 +51,11 @@ After the emulator starts, you can enter `DIR` to see a list of files available:
|
||||
|
||||

|
||||
|
||||
That's it! We used ! OS/8. We can create a shell script to make it easy to launch the VM. Create a file called `OS8.sh` with the following content:
|
||||
That's it! We used ! OS/8. We can create a shell script to make it easy to launch the VM.
|
||||
|
||||
### Linux
|
||||
|
||||
Create a file called `OS8.sh` with the following content:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
@ -70,13 +74,13 @@ See the [manuals section](/1970s/1971/os8/#manuals) on the [main ! OS/8 page](/1
|
||||
|
||||
### Windows
|
||||
|
||||
:::tip
|
||||
Create a file called `OS8.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
|
||||
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 `OS8.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/1971/os8/#manuals) on the [main ! OS/8 page](/1970s/1971/os8/) to learn how to use it.
|
||||
|
||||
## Credits
|
||||
|
||||
|
@ -82,7 +82,11 @@ You can also login using a non-admin user `ken`. You can run `chdir /` to move t
|
||||
|
||||
:::
|
||||
|
||||
That's it! We used ! Unix-v1. We can create a shell script to make it easy to launch the VM. Create a file called `unix-v1.sh` with the following content:
|
||||
That's it! We used ! Unix-v1. We can create a shell script to make it easy to launch the VM.
|
||||
|
||||
### Linux
|
||||
|
||||
Create a file called `unix-v1.sh` with the following content:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
@ -101,13 +105,13 @@ See the [manuals section](/1970s/1971/unix-v1/#manuals) on the [main ! Unix-v1 p
|
||||
|
||||
### Windows
|
||||
|
||||
:::tip
|
||||
Create a file called `unix-v1.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 `unix-v1.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/1971/unix-v1/#manuals) on the [main ! Unix-v1 page](/1970s/1971/unix-v1) to learn how to use it.
|
||||
|
||||
## Credits
|
||||
|
||||
|
Reference in New Issue
Block a user