1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-02-22 23:37:47 +00:00

reference to virtualbox removed for performance reasons

This commit is contained in:
¨Rene Richarz
2019-04-17 20:40:00 +02:00
parent a7e87f0036
commit a5e9a181a2
2 changed files with 2 additions and 9 deletions

View File

@@ -3,8 +3,7 @@
# Tektronix 4010 and 4014 Storage Tube Terminal Emulator
This is a [Tektronix 4010 and 4014](https://en.wikipedia.org/wiki/Tektronix_4010) terminal emulator
for the Raspberry Pi and other Linux systems. It can also be used on Windows and Macintosh systems
with [Virtualbox](https://www.virtualbox.org/) and [Ubuntu](https://www.ubuntu.com/).
for the Raspberry Pi (Raspberry Pi 3 or faster) and other Linux systems.
It can also display historical data for the
[MIT Project MAC](https://en.wikipedia.org/wiki/MIT_Computer_Science_and_Artificial_Intelligence_Laboratory#Project_MAC)
@@ -29,12 +28,6 @@ This [video of a tek4010 demo](https://youtu.be/ioYiu6oUT88) was generated using
[simplescreenrecorder](https://www.maartenbaert.be/simplescreenrecorder). There is also a
video of a an [animation using the tek4010](https://youtu.be/7FMewaoEOmk).
If you want to make an installation on Windows or OSX, first install Virtualbox and Ubuntu on
your system. Here are examples of guides for
[OSX](https://www.dev2qa.com/how-to-install-ubuntu-on-virtualbox-mac/)
and [Windows](https://itsfoss.com/install-linux-in-virtualbox/). Once you are running in
virtual Ubuntu you can proceed.
Install the tek4010 emulator from this repo on a Raspberry Pi or Ubuntu. I propose using
sudo apt-get install git

2
tube.c
View File

@@ -178,7 +178,7 @@ void tube_init(int argc, char* argv[])
char *argv2[20];
size_t bufsize = 127;
int firstArg = 1;
printf("tek4010 version 1.2.2\n");
printf("tek4010 version 1.2.3\n");
windowName = "Tektronix 4010/4014 emulator";
if ((argc<2) || (argc>19)) {
printf("Error:number of arguments\n");