mirror of
https://github.com/iKarith/beneath-apple-dos.git
synced 2024-12-26 02:30:09 +00:00
Chapter 1 just about finished.
This one was easy. The rest won't be.
This commit is contained in:
parent
ced4301bb6
commit
8a2ce322a3
25
ch01.txt
25
ch01.txt
@ -1,6 +1,4 @@
|
|||||||
.ce
|
## CHAPTER 1 - INTRODUCTION
|
||||||
CHAPTER 1 - INTRODUCTION
|
|
||||||
.sp2
|
|
||||||
|
|
||||||
Beneath Apple DOS is intended to serve as a companion to Apple's DOS Manual,
|
Beneath Apple DOS is intended to serve as a companion to Apple's DOS Manual,
|
||||||
providing additional information for the advanced programmer or the novice Apple
|
providing additional information for the advanced programmer or the novice Apple
|
||||||
@ -21,18 +19,12 @@ the accuracy of the information presented here, all of the material included in
|
|||||||
Beneath Apple DOS has been thoroughly researched and tested.
|
Beneath Apple DOS has been thoroughly researched and tested.
|
||||||
|
|
||||||
There were several reasons for writing Beneath Apple DOS:
|
There were several reasons for writing Beneath Apple DOS:
|
||||||
.sp1
|
|
||||||
.nf
|
- To show direct assembly language access to DOS.
|
||||||
To show direct assembly language access to DOS.
|
- To help you to fix clobbered diskettes.
|
||||||
.br
|
- To correct errors and omissions in the Apple documentation.
|
||||||
To help you to fix clobbered diskettes.
|
- To allow you to customize DOS to fit your needs.
|
||||||
.br
|
- To provide complete information on diskette formatting.
|
||||||
To correct errors and omissions in the Apple documentation.
|
|
||||||
.br
|
|
||||||
To allow you to customize DOS to fit your needs.
|
|
||||||
.br
|
|
||||||
To provide complete information on diskette formatting.
|
|
||||||
.br
|
|
||||||
|
|
||||||
When Apple Computer Inc. introduced its Disk Operating System (DOS) version 3 in
|
When Apple Computer Inc. introduced its Disk Operating System (DOS) version 3 in
|
||||||
1978 to support the new DISK II drive, very little documentation was provided.
|
1978 to support the new DISK II drive, very little documentation was provided.
|
||||||
@ -44,7 +36,6 @@ intact. Beyond these Apple manuals, there have been no significant additions to
|
|||||||
the documentation on DOS, apart from a few articles in APPLE user group
|
the documentation on DOS, apart from a few articles in APPLE user group
|
||||||
magazines and newsletters. This manual takes up where the Disk Operating System
|
magazines and newsletters. This manual takes up where the Disk Operating System
|
||||||
Manual leaves off.
|
Manual leaves off.
|
||||||
.bp
|
|
||||||
|
|
||||||
Throughout this manual, discussion centers primarily on DOS version 3.3. The
|
Throughout this manual, discussion centers primarily on DOS version 3.3. The
|
||||||
reasons for this are that 3.3 was the most recent release of DOS at the time of
|
reasons for this are that 3.3 was the most recent release of DOS at the time of
|
||||||
@ -56,5 +47,5 @@ In addition to the DOS dependent information provided, many of the discussions
|
|||||||
also apply to other operating systems on the Apple II and Apple III. For
|
also apply to other operating systems on the Apple II and Apple III. For
|
||||||
example, disk formatting at the track and sector level is, for the most part,
|
example, disk formatting at the track and sector level is, for the most part,
|
||||||
the same.
|
the same.
|
||||||
.br
|
|
||||||
.nx ch2
|
.nx ch2
|
||||||
|
Loading…
Reference in New Issue
Block a user