Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/ded.refentry @ 1500:b00cf13c9f61
Major changes for new NitrOS-9 manual
author | boisy |
---|---|
date | Mon, 05 Jan 2004 00:51:19 +0000 |
parents | 4dae346c4969 |
children |
line wrap: on
line source
<refentry id="ded"> <refnamediv> <refname>DED</refname> <refpurpose>Disk Editor</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>ded</command> <arg choice="plain"><replaceable>pathlist</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> <command>dEd</command> is a screen-oriented disk editor utility. It was originally conceived as a floppy disk editor, so the display is organized around individual sectors. It performs most of the functions of Patch, from Computerware, but is faster, more compact, and screen-oriented rather than line-oriented. Individual files or the disk itself (hard, floppy, RAM) can be examined and changed, sectors can be written to an output file, and executable modules can be located, linked to and verified. </para><para> To use, type: <screen> <command>dEd</command> <replaceable>pathlist</replaceable> </screen> where <pathlist> is of the form: filename or dirname or /path/filename or /D0@ (edits entire disk) </para><para> <command>dEd</command> will read in and display the first 256 bytes in the file (disk). This is Logical Sector Number (LSN) zero. You move through the file sector (LSN) by sector using the up and down arrow keys. The current LSN number is displayed in Hex and Decimal in the upper left corner of the screen. If the disk itself was accessed (by appending '@' to it's name when <command>dEd</command> was called), the LSN is the disk sector number. If an individual file is being editted, however, the LSN displayed refers to the file, not to the disk. All numbers requested by <command>dEd</command> must be in Hex format. All commands are accessed by simply pressing the desired key. </para> </refsect1> </refentry>