annotate 3rdparty/packages/ed/README @ 3158:927ba5ebc06e
mc09 l2: move MMU bit-field defines to defs file.
author |
Neal Crook <foofoobedoo@gmail.com> |
date |
Thu, 06 Apr 2017 21:43:58 +0100 |
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
|