From e17e7da131044a7152368b1665d615ad79efd42c Mon Sep 17 00:00:00 2001 From: Frederick <40157329+Fredenck@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:19:40 -0800 Subject: [PATCH] dos.html typo --- DOS/dos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOS/dos.html b/DOS/dos.html index ea0998f..7a4528e 100755 --- a/DOS/dos.html +++ b/DOS/dos.html @@ -380,7 +380,7 @@

5.3 Free Space

this cluster is free.

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.