Skip to content

Commit

Permalink
Docs tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 16, 2024
1 parent c8cdee5 commit 347c15b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/runtime/concepts/file-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ This works even on FAT32 partitions, which normally have a 4gb limit.

> [!NOTE]
> How "big files" work under the hood is that a directory is created with the
> "archive" bit set, which causes the directory to be treated as a file
> containing the directory's concatenated contents. This is all handled
> ["archive" bit](https://en.wikipedia.org/wiki/Archive_bit) set, which causes
> the directory to be treated as a file containing the directory's concatenated
> contents. This is all handled
> transparently by the operating system, so your application code can treat
> it as if it were a normal file.

0 comments on commit 347c15b

Please sign in to comment.