Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
atr
OSS_OS-Aplus_v2.atr 92.2 kB 1 19-Oct-2017 21:37 Roland B. Wassenberg OSS_OS-Aplus_v2.atr
pdf
OS_A_Plus_Bug_Sheet.pdf 187.6 kB 1 19-Oct-2017 21:39 Roland B. Wassenberg OS_A_Plus_Bug_Sheet.pdf
pdf
OS_A_Plus_June_83_rev.pdf 10,482.7 kB 1 19-Oct-2017 21:38 Roland B. Wassenberg OS_A_Plus_June_83_rev.pdf
jpg
OS_A_Plus_d7.jpg 185.4 kB 1 19-Oct-2017 21:54 Roland B. Wassenberg OS_A_Plus_d7.jpg
pdf
OS_A_Plus_manual.pdf 7,203.5 kB 1 19-Oct-2017 21:37 Roland B. Wassenberg OS_A_Plus_manual.pdf
png
version2dir.png 9.2 kB 1 12-Mar-2010 12:38 Carsten Strotmann

This page (revision-14) was last changed on 03-Feb-2023 16:21 by Roland B. Wassenberg  

This page was created on 12-Mar-2010 12:37 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 2 lines
!!! OSS/A+ Version 2
!!!OSS OS/A+ Version 2.10; Copyright (C) 1981-1983 OSS, Inc.
At line 4 added 2 lines
!!ATR image
* [OSS OS/A+ Version 2.10|OSS_OS-Aplus_v2.atr]
At line 6 changed one line
( Information from the OSS/A+ 4.0 Handbook )
!!Manuals
* [OSS OS/A+ manual|OS_A_Plus_manual.pdf] ; size: 7.2 MB ; thanks to Atarimania! :-)
* [OSS OS/A+ manual June 1983|OS_A_Plus_June_83_rev.pdf] ; size: 4.9 MB ; thanks to Atarimania! :-)
* [OSS OS/A+ bug sheet|OS_A_Plus_Bug_Sheet.pdf] ; thanks to Atarimania! :-)
At line 8 changed one line
!! Version 2 File Structure
(Information from the OSS/A+ 4.0 Handbook)
!!Version 2 File Structure
At line 13 changed one line
wrote Atari's DOS). For reasons known best to Atari, OSS were
wrote Atari's [DOS]). For reasons known best to Atari, OSS were
At line 41 changed one line
number in square brackets \[thus\].
number in square brackets ~[thus~].
At line 43 changed one line
!!! DATA SECTORS
!!DATA SECTORS
At line 45 changed one line
A Data Sector is used to contain the file's data bytes. Each 128 \[256\] byte data sector is organized to hold 125 \[253\] bytes of data and three bytes of control. The data bytes start with the first byte (byte 0) in the sector and run contiguously up to, and including, byte 124 \[252\]. The control information starts at byte 125 \[253\]
A Data Sector is used to contain the file's data bytes. Each 128 ~[256~] byte data sector is organized to hold 125 ~[253~] bytes of data and three bytes of control. The data bytes start with the first byte (byte 0) in the sector and run contiguously up to, and including, byte 124 ~[252~]. The control information starts at byte 125 ~[253~]
At line 47 changed one line
The sector byte count is contained in byte 127 \[255\]. This value is the actual number of data bytes in this particular sector. The value may range from zero (no data) to 125 \[253\] (a full sector). Any data sector in a file may be a short sector (contain less than 125 \[253\] data bytes).
The sector byte count is contained in byte 127 ~[255~]. This value is the actual number of data bytes in this particular sector. The value may range from zero (no data) to 125 ~[253~] (a full sector). Any data sector in a file may be a short sector (contain less than 125 ~[253~] data bytes).
At line 49 changed one line
The left six bits of byte 125 \[253\] contain the file number of the file. This number corresponds to the location of the file's entry in the Directory. Directory entry zero in Directory sector $169 has a file number of zero. Entry one in Directory sector $169 has a file number one, and so forth. The file number value may range from zero to 63 ($3F). The file number is used to insure that the sectors of one file do not get mixed up with the sectors of another file.
The left six bits of byte 125 ~[253~] contain the file number of the file. This number corresponds to the location of the file's entry in the Directory. Directory entry zero in Directory sector $169 has a file number of zero. Entry one in Directory sector $169 has a file number one, and so forth. The file number value may range from zero to 63 ($3F). The file number is used to insure that the sectors of one file do not get mixed up with the sectors of another file.
At line 51 changed one line
The right two bits of byte 125 \[253\] (and all eight bits of byte 126 \[254\]) are used to point to the next data sector in the file. The ten bit number contains the actual disk sector number of the next sector. Its value ranges from zero to 719 ($2CF). If the value is zero then there are no more sectors in the file sector chain. The last sector in the file sector chain is the End-Of-File sector. The End-of-File sector will almost always be a short sector.
The right two bits of byte 125 ~[253~] (and all eight bits of byte 126 ~[254~]) are used to point to the next data sector in the file. The ten bit number contains the actual disk sector number of the next sector. Its value ranges from zero to 719 ($2CF). If the value is zero then there are no more sectors in the file sector chain. The last sector in the file sector chain is the End-Of-File sector. The End-of-File sector will almost always be a short sector.
At line 53 changed one line
!!! DISK DIRECTORY
!!DISK DIRECTORY
At line 71 changed one line
[{Image src='version2dir'}]
[{Image src='version2dir.png'}]
At line 76 changed one line
!!! VOLUME TABLE OF CONTENTS (VTOC)
!!VOLUME TABLE OF CONTENTS (VTOC)
At line 80 changed one line
The sector bit map is a contiguous string of 90 bytes, each of which contains eight bits. There are a total of 720 (90 x 8) bits in the bit map -- one for each possible sector on an 810 diskette. The 90 bytes of bit map start at VTOC byte ten ($OA). The leftmost bit ($80 bit) of byte $OA respresents sector zero. The bit just to the right of the leftmost bit ($40 bit) represents sector one. The rightmost bit (bit $01) of byte $63 represents sector 719.
The sector bit map is a contiguous string of 90 bytes, each of which contains eight bits. There are a total of 720 (90 x 8) bits in the bit map -- one for each possible sector on an 810 diskette. The 90 bytes of bit map start at VTOC byte ten ($OA). The leftmost bit ($80 bit) of byte $OA represents sector zero. The bit just to the right of the leftmost bit ($40 bit) represents sector one. The rightmost bit (bit $01) of byte $63 represents sector 719.
At line 95 changed 3 lines
!!Picture
[{Image src='OS_A_Plus_d7.jpg' width=395 height=395 }]
OSS/A+ Version 2 diskette ; thanks to Atarimania! :-)
Version Date Modified Size Author Changes ... Change note
14 03-Feb-2023 16:21 7.872 kB Roland B. Wassenberg to previous
13 23-May-2020 23:50 7.863 kB Roland B. Wassenberg to previous | to last
12 19-Oct-2017 21:58 7.86 kB Roland B. Wassenberg to previous | to last
11 19-Oct-2017 21:57 7.832 kB Roland B. Wassenberg to previous | to last
10 19-Oct-2017 21:43 7.736 kB Roland B. Wassenberg to previous | to last
9 19-Oct-2017 21:42 7.751 kB Roland B. Wassenberg to previous | to last
8 19-Oct-2017 21:41 7.747 kB Roland B. Wassenberg to previous | to last
7 19-Oct-2017 21:37 7.634 kB Roland B. Wassenberg to previous | to last
6 12-Mar-2010 15:28 7.395 kB Gromit to previous | to last
5 12-Mar-2010 15:09 7.395 kB Gromit to previous | to last
4 12-Mar-2010 12:41 7.393 kB Carsten Strotmann to previous | to last
3 12-Mar-2010 12:39 7.39 kB Carsten Strotmann to previous | to last
2 12-Mar-2010 12:38 7.386 kB Carsten Strotmann to previous | to last
1 12-Mar-2010 12:37 7.357 kB Carsten Strotmann to last
« This page (revision-14) was last changed on 03-Feb-2023 16:21 by Roland B. Wassenberg  
G’day (anonymous guest) My Prefs
© 2010-2021 AtariWiki
All content in the Wiki is licensed under Creative Commons Share Alike License, unless otherwise noted.
JSPWiki v2.8.3