Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOS/dos.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <H4>5.3 Free Space</h4>
<strong>this cluster is free</strong>.
<P>
To find a free cluster, one has but to search the FAT for an
entry with the value -2. If we want to find a free cluster
entry with the value 0. If we want to find a free cluster
near the clusters that are already allocated to the file,
we can start our search with the FAT entry after the entry
for the first cluster in the file.
Expand Down