1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-13 15:34:44 +00:00

Added quickstart

This commit is contained in:
René Richarz
2026-04-11 07:37:25 +02:00
parent a43360e0c8
commit 4870e7a83b
2 changed files with 63 additions and 0 deletions

View File

@@ -64,3 +64,8 @@ Examples and demo files are included in the repository:
This emulator is designed to support historical
Unix environments and related hardware projects
such as PiDP-11 systems.
## Usage
- Quick start → [docs/quickstart.md](docs/quickstart.md)
- Full manual → [docs/manual.md](docs/manual.md)

58
docs/quickstart.md Normal file
View File

@@ -0,0 +1,58 @@
# Tek4010 Quick Start
Basic usage:
tek4010 [options] command [command options]
The command is required, for example: cat, head,
telnet, or rsh.
---
## Examples
Display a plot file:
tek4010 -noexit cat test.plt
ARDS example:
tek4010 -noexit -ARDS cat ardsfiles/trek.pic
Text output:
tek4010 -noexit head -n 32 src/tek4010.c
Animation:
tek4010 cat animation.plt
Demo script:
tek4010 demos/demo.sh
---
## Important option
-noexit
Keeps the window open after the command finishes.
---
## Options
| Option | Description |
|----------|------------------------------------------|
| -noexit | Keep window open after command |
| -fast | Fast rendering without fading |
| -full | Full screen mode (Ctrl-Q to close) |
| -b9600… | Emulate terminal baud rates |
---
More options and detailed information, including
usage with historical systems, can be found in:
docs/manual.md