os01 VS sample-os

Compare os01 vs sample-os and see what are their differences.

os01

Bootstrap yourself to write an OS from scratch. A book for self-learner. (by tuhdo)

sample-os

A sample OS as demonstrated in the book Operating System: From 0 to 1 (by tuhdo)
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
os01 sample-os
10 1
11,493 550
- -
0.0 0.0
about 1 month ago over 6 years ago
TeX Assembly
- -
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.

os01

Posts with mentions or reviews of os01. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.
  • The Top 10 GitHub Repositories Making Waves 🌊📊
    22 projects | dev.to | 20 Dec 2023
    Write an OS from scratch
  • Write your own OS - starting from the bootloader
    1 project | /r/coolgithubprojects | 12 Jan 2023
    (Here is the link - didn't quite get the image/link combo right in the original post!). I'm writing a series of posts about coding your own operating system. After reading Operating Systems: From 0 to 1 I found that some of the code does not work, so this first post walks you through writing a bootloader similar to that of chapter 7. It also adds some context that I would have found useful when I originally read the book, such as how 16-bit real mode works and some assembly programming information. I'm hoping to take a different approach to posts in the series by borrowing pieces of other operating systems and discussing how they are implemented in an effort to keep things simple and focus on fundamentals (even Linus started out with a detailed reading of MINIX).
    1 project | /r/programming | 12 Jan 2023
    Starting a series about writing your own operating system. After reading Operating Systems: From 0 to 1 I found that some of the code does not work, so this first post walks you through writing a bootloader similar to that of chapter 7. I'm hoping to take a different approach to posts in the series by borrowing pieces of other operating systems (even Linus started out with a detailed reading of MINIX).
  • Kernel (OS Kernel Book)
    1 project | news.ycombinator.com | 20 Nov 2022
    Very quickly skimming through the various chapters, it appears that this is gentle introduction as attention has been made on clear and verbose explanations, supplemented with diagrams. Comparable other "courses" could be osdev101 [1] and "Writing an operating system from scratch" [2].

    [1] https://github.com/tuhdo/os01/blob/master/Operating_Systems_...

    [2] https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures...

  • Practice-Oriented Books on OS Development?
    1 project | /r/osdev | 31 May 2022
  • How to learn C intensively?
    3 projects | /r/learnprogramming | 29 Apr 2022
  • Making projects or reading source code for learning,
    4 projects | /r/cpp | 25 Dec 2021
    You need to be aware of how it works on a hardware level but probably not an expert, for a better explanation see: https://github.com/tuhdo/os01
  • Resources to learn OS programming in C
    3 projects | /r/compsci | 25 Nov 2021
  • Operating Systems: From 0 to 1: Write an operating system from scratch
    2 projects | news.ycombinator.com | 25 Feb 2021
  • The Road to My Ultimate Training System
    1 project | dev.to | 28 Aug 2020
    Operating Systems from 0 to 1

sample-os

Posts with mentions or reviews of sample-os. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-25.
  • Operating Systems: From 0 to 1: Write an operating system from scratch
    2 projects | news.ycombinator.com | 25 Feb 2021
    Looks really good so far!

    Also, I would point out that (at least at this point in time), most of the OS code is here:

    https://github.com/tuhdo/sample-os

    One other thing:

    The following file; the book's text, in text file format, would be one really great resource to have locally, on the machine that someone develops OS'es on, especially if they didn't have Internet access -- due to the fact it is very information rich, and all of that information fits neatly into a single, simple, platform-agnostic text file:

    https://github.com/tuhdo/os01/blob/master/book_src/Operating...

    So, nicely done!

What are some alternatives?

When comparing os01 and sample-os you can also consider the following projects:

os-tutorial - How to create an OS from scratch

book-pr - Pull Requests and Code Review: Best Practices for Developers, from Junior to Team Lead.

esProc - esProc SPL is a scripting language for data processing, with well-designed rich library functions and powerful syntax, which can be executed in a Java program through JDBC interface and computing independently.

wtfjs - 🤪 A list of funny and tricky JavaScript examples

traducao_como_jogar_go - Tradução do livro "How to Play Go: A Concise Introduction", por Richard Bozulich e James Davies, da editora Kiseido

awesome-os - A list of operating systems and stuff

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Introduction-to-Autonomous-Robots - Introduction to Autonomous Robots

book - The Rust Programming Language

serenity - The Serenity Operating System 🐞

coding-interview-university - A complete computer science study plan to become a software engineer.