annotate 3rdparty/packages/ed/README @ 3295:6b7a7b233925
default tip
makefile: Allow PORTS with level1/2 mix
https://sourceforge.net/p/nitros9/feature-requests/10/
author |
Tormod Volden <debian.tormod@gmail.com> |
date |
Tue, 19 Apr 2022 18:12:17 +0200 |
parents |
bef1844de0dc |
children |
|
rev |
line source |
994
|
1 The Unix ed-editor ported from Minix to OS9 Level One.
|
|
2
|
|
3 Old UNIX-hands will recognize this simple editor. What makes this editor
|
|
4 still relevant is that it fits in the memory space of OS9 Level One,
|
|
5 it is completely independent of terminal command sequences and it can
|
|
6 be fed instructions from a script.
|
|
7
|
|
8 To build it on OS9 type:
|
|
9
|
|
10 shell compile
|
|
11 shell makelib
|
|
12 shell makeed
|
|
13
|