Skip to content

Commit

Permalink
Clarified bit order in the bitmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
eXeC64 committed Apr 23, 2012
1 parent 91c6d5f commit 7b166a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions FS/Draft_Harrys_Allocation_Table.txt
Expand Up @@ -2,7 +2,7 @@




RFC (Draft-Fs) H. Jeffery, Ed. RFC (Draft-Fs) H. Jeffery, Ed.
April 19, 2012 April 22, 2012




Harry's Allocation Table Harry's Allocation Table
Expand Down Expand Up @@ -216,7 +216,7 @@ Jeffery [Page 3]
use. When a sector is in use the corresponding bit is set to 1. use. When a sector is in use the corresponding bit is set to 1.
When a sector is free, the corresponding bit is set to 0. When a sector is free, the corresponding bit is set to 0.


Any spare bits at the end of the bitmap must be set to 1. The MSB is considered to be the first bit and the LSB is considered






Expand All @@ -225,6 +225,10 @@ Jeffery [Page 4]
HAT April 2012 HAT April 2012




to be the last bit.

Any spare bits at the end of the bitmap must be set to 1.

3.1.3. sector joins 3.1.3. sector joins


This section is an array of words, each word is used to join one This section is an array of words, each word is used to join one
Expand Down Expand Up @@ -272,10 +276,6 @@ Jeffery [Page 4]










Jeffery [Page 5] Jeffery [Page 5]


HAT April 2012 HAT April 2012
Expand Down
2 changes: 2 additions & 0 deletions FS/Draft_Harrys_Allocation_Table.xml
Expand Up @@ -146,6 +146,8 @@
filesystem. Each bit of the bitmap represents whether a sector filesystem. Each bit of the bitmap represents whether a sector
is in use. When a sector is in use the corresponding bit is set is in use. When a sector is in use the corresponding bit is set
to 1. When a sector is free, the corresponding bit is set to 0.</t> to 1. When a sector is free, the corresponding bit is set to 0.</t>
<t>The MSB is considered to be the first bit and the LSB is
considered to be the last bit.</t>
<t>Any spare bits at the end of the bitmap must be set to 1.</t> <t>Any spare bits at the end of the bitmap must be set to 1.</t>
</section> </section>
</section> </section>
Expand Down

0 comments on commit 7b166a8

Please sign in to comment.