Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/ded.refentry @ 1399:40ccec5c5717
Updated
author | boisy |
---|---|
date | Fri, 10 Oct 2003 12:26:41 +0000 |
parents | 4dae346c4969 |
children | b00cf13c9f61 |
rev | line source |
---|---|
971 | 1 <refentry id="ded"> |
2 <refnamediv> | |
3 <refname>DED</refname> | |
4 <refpurpose>Disk Editor</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>ded</command> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
971
diff
changeset
|
10 <arg choice="plain"><replaceable>pathlist</replaceable></arg> |
971 | 11 </cmdsynopsis> |
12 </refsynopsisdiv> | |
13 | |
14 <refsect1><title>Description</title> | |
15 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
16 <command>dEd</command> is a screen-oriented disk editor utility. |
971 | 17 It was originally conceived as a floppy |
18 disk editor, so the display is organized around individual | |
19 sectors. It performs most of the functions of Patch, from | |
20 Computerware, but is faster, more compact, and | |
21 screen-oriented rather than line-oriented. Individual files | |
22 or the disk itself (hard, floppy, ram) can be examined and | |
23 changed, sectors can be written to an output file, and | |
24 executable modules can be located, linked to and verified. | |
25 With simple changes, it will run on any CoCo Level I OS-9 | |
26 and possibly others (CoCo Level II OS-9). | |
27 </para><para> | |
28 To use, type: | |
29 <screen> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
30 <command>dEd</command> <replaceable>pathlist</replaceable> |
971 | 31 </screen> |
32 where <pathlist> is of the form: filename or dirname | |
33 or /path/filename | |
34 or /D0@ (edits entire disk) | |
35 </para><para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
36 <command>dEd</command> will read in and display the first 256 bytes in the file |
971 | 37 (disk). This is Logical Sector Number (LSN) zero. You move |
38 through the file sector (LSN) by sector using the up and | |
39 down arrow keys. The current LSN number is displayed in Hex | |
40 and Decimal in the upper left corner of the screen. If the | |
41 disk itself was accessed (by appending '@' to it's name when | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
42 <command>dEd</command> was called), the LSN is the disk sector number. If an |
971 | 43 individual file is being editted, however, the LSN displayed |
44 refers to the file, not to the disk. All numbers requested | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
45 by <command>dEd</command> must be in Hex format. All commands are accessed by |
971 | 46 simply pressing the desired key. |
47 </para> | |
48 </refsect1> | |
49 </refentry> |