Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doriancodes committed Dec 16, 2024
1 parent 76c7238 commit 9f4a158
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Simple file system implementation using the 9P protocol

## Design principles

- **Simplicity**: Keep it simple and easy to understand.
- **Flexibility**: Allow for easy customization and extension.
- **Performance**: Optimize for performance and efficiency.
- **Security**: Prioritize security and data protection.

### Bind operations

![bind](media/bind-process.png)

## Installation

### Prerequisites
Expand Down

0 comments on commit 9f4a158

Please sign in to comment.