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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
994
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
1 The Unix ed-editor ported from Minix to OS9 Level One.
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
2
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
3 Old UNIX-hands will recognize this simple editor. What makes this editor
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
4 still relevant is that it fits in the memory space of OS9 Level One,
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
5 it is completely independent of terminal command sequences and it can
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
6 be fed instructions from a script.
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
7
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
8 To build it on OS9 type:
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
9
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
10 shell compile
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
11 shell makelib
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
12 shell makeed
bef1844de0dc The ED editor ported from Minix
roug
parents:
diff changeset
13