AhnTri VS FilesystemDrivers

Compare AhnTri vs FilesystemDrivers and see what are their differences.

FilesystemDrivers

This is a project which contains my filesystem drivers for my kernel. They are all tested here before being integrated with the OS. (by Andrispowq)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
AhnTri FilesystemDrivers
19 1
59 2
- -
0.0 1.8
almost 2 years ago about 2 years ago
C C++
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

AhnTri

Posts with mentions or reviews of AhnTri. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-20.

FilesystemDrivers

Posts with mentions or reviews of FilesystemDrivers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-20.
  • How to make a filesystem and a driver
    3 projects | /r/osdev | 20 Aug 2021
    To get started take a look at the fatgen103 document by Microsoft, which will be handy when implementing it. My own implementation in the kernel is at https://github.com/Andrispowq/HackOS/tree/kernel/src/fs/fat32. The separate implementation is at https://github.com/Andrispowq/FilesystemDrivers/tree/FAT32/src. Feel free to use the code for inspiration, although I wouldn't copy it altogether because that would not help learning. Good luck!

What are some alternatives?

When comparing AhnTri and FilesystemDrivers you can also consider the following projects:

MoonOS - MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.

HackOS - This is a hobby operating system I'm currently developing. I have big hopes that it will eventually turn out to some kind of hacking toolset, but of course that is just the plan, and may turn out completely differently.

Dreamos64 - My experiments with osdev... again

MyOS - towards a minimal os

skift - 🥑 The delightful operating system.

upload-artifact

KessOS2 - KessOS, an minimal OS that you can enjoy and tinker with!

guess-the-number - A bare metal kernel with only Guess The Number