Add logo to README.md

This commit is contained in:
Francesco Mazzoli
2025-09-03 23:42:56 +01:00
committed by GitHub
parent 21dea2c0f8
commit 08138bd5ae

View File

@@ -1,4 +1,6 @@
# TernFS
<p align="center">
<img width="600" alt="TernFS" src="https://github.com/user-attachments/assets/dc047e5d-60d0-45a6-b395-24104c2dc329" />
</p>
A distributed file system. For a high-level description of TernFS, see its [blog post](TODO insert link). This document provides a more bare-bones overview and an introduction to the codebase.
@@ -203,4 +205,4 @@ Most of the codebase is understandable by VS Code/LSP:
## A note on naming
TernFS was originally called EggsFS internally. This name quickly proved to be very poor due to the phonetic similarity to XFS, another notable filesystem. Therefore the filesystem was renamed to TernFS before open sourcing. However the old name lingers on in certain areas of the system that would have been hard to change, such as metric names.
TernFS was originally called EggsFS internally. This name quickly proved to be very poor due to the phonetic similarity to XFS, another notable filesystem. Therefore the filesystem was renamed to TernFS before open sourcing. However the old name lingers on in certain areas of the system that would have been hard to change, such as metric names.