KessOS2 VS AhnTri

Compare KessOS2 vs AhnTri and see what are their differences.

KessOS2

KessOS, an minimal OS that you can enjoy and tinker with! (by KessCorp)
Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
KessOS2 AhnTri
3 19
7 55
- -
5.6 0.0
over 1 year ago over 1 year ago
C C
MIT License 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.

KessOS2

Posts with mentions or reviews of KessOS2. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning KessOS2 yet.
Tracking mentions began in Dec 2020.

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.
  • How to make a filesystem and a driver
    3 projects | /r/osdev | 20 Aug 2021
    I was working on a PMM, and finally have created one, you can look up here --> https://github.com/AhnJihwan/AhnTri/blob/main/mm/pmm.c
  • How to make the frambuffer.
    3 projects | /r/osdev | 29 Jun 2021
    Jihwan Ahn, 2021, https://github.com/AhnJihwan/AhnTri
  • How can I make a PIT(Programmable Interval Timer)?
    3 projects | /r/osdev | 10 May 2021
    Expalination AhnTriOS > https://github.com/AhnJihwan/AhnTri My OS AhnTri is the idea of making text UI OS better as it used to. It's made to make a good, easy to use Text User Interface OS. You can get a copyright of your code when you contribute. > https://github.com/AhnJihwan/AhnTri/blob/main/drivers/timer.c Contribution is ❤(I would be pleased if one contributes to my small OS)
    3 projects | /r/osdev | 10 May 2021
    I'm sorry to say this, If you know how, I will really be pleased to contribute a little. My code is updated, https://github.com/AhnJihwan/AhnTri/blob/main/drivers/timer.c , but it still needs some touch to print how much seconds passed. I have lack of knowledge of NASM, since I only know GAS, so I can't go more with the wiki. I've encountered a problem like these, so please help me... Thanks.
    3 projects | /r/osdev | 10 May 2021
  • (HELP ) i would like to make a OS written in c (x86)
    2 projects | /r/osdev | 24 Apr 2021
    https://github.com/AhnJihwan/AhnTri It would give you help, me fame.
  • How to build my OS in github actions
    3 projects | /r/osdev | 16 Mar 2021
    Oh my god... https://github.com/AhnJihwan/AhnTri/blob/main/.github/workflows/c-cpp.yml Please help me...

What are some alternatives?

When comparing KessOS2 and AhnTri 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.

MyOS - towards a minimal os

upload-artifact

Dreamos64 - My experiments with osdev... again

DarylsCat - Fun cat game, I guess

skift - 🥑 The delightful operating system.

FilesystemDrivers - This is a project which contains my filesystem drivers for my kernel. They are all tested here before being integrated with the OS.

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