UnnamedOS-V2 VS MandelbrotOS

Compare UnnamedOS-V2 vs MandelbrotOS and see what are their differences.

UnnamedOS-V2

[Moved to: https://github.com/ThatCodingGuy86/MimosaOS] (by ThatCodingGuy86)

MandelbrotOS

A community driven OS by the youth (by MandelbrotOS)
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
UnnamedOS-V2 MandelbrotOS
9 4
6 202
- -
8.1 3.9
almost 2 years ago over 1 year ago
C C
- Mozilla Public 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.

UnnamedOS-V2

Posts with mentions or reviews of UnnamedOS-V2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-25.

MandelbrotOS

Posts with mentions or reviews of MandelbrotOS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-25.
  • This is WORKING code. BTW print() is a custom function.
    3 projects | /r/badcode | 25 May 2022
    It's not as hard as people make it out to be. It's taken me a year or so of stupidity to write an OS that has the ability to load programs and all sorts of fun stuff (Not complete and whatever but it's something): https://github.com/MandelbrotOS/MandelbrotOS
  • OS's in C is it Linux based ?
    1 project | /r/C_Programming | 20 May 2022
    Some do write OSes based on the Linux kernel, although I find the vast majority don't. But a large group will strive for POSIX compliancy so they get code compatibility but not binary compatibility. I suggest you do some much simpler stuff in C before you write an OS. I learned C by writing OSes and it was a really bad idea. Learn C and it's quirks before doing an OS. Some sauce to peak at (very bad)
  • Assembly but it's deeply cursed with macros
    2 projects | /r/programminghorror | 3 May 2021
    It’s probs ok. I have all the ASM working already. https://github.com/MandelbrotOS/MandelbrotOS btw
  • Iret causes general protection fault in long mode
    2 projects | /r/osdev | 12 Apr 2021
    I had this recently too. I am not sure why it caused it but I learned from here: https://forum.osdev.org/viewtopic.php?f=1&t=27373 that you can just do iretq and it seems to work. You could also just do sti and ret. Also I learned the hard way: do not copy 32 bit dit code to long mode. It always ends up bad. I have a project running that seems to have working interrupts. Use it for inspiration all you want. https://github.com/MandelbrotOS/MandelbrotOS/ Also excuse the bad code on my parts.

What are some alternatives?

When comparing UnnamedOS-V2 and MandelbrotOS you can also consider the following projects:

kcgi - minimal CGI and FastCGI library for C/C++

os

antique

x86-kernel - A hobby kernel developed from scratch using i8086 assembly

toaruos - A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.

reactos - A free Windows-compatible Operating System

YRpp - YR++ provides the necessary headers to interact with Yuri's Revenge's binary and data types in C++.