os-tutorial
How to create an OS from scratch (by cfenollosa)
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings (by trekhleb)
os-tutorial | javascript-algorithms | |
---|---|---|
41 | 124 | |
28,557 | 193,143 | |
0.0% | 0.4% | |
0.9 | 5.9 | |
about 1 year ago | 7 months ago | |
C | JavaScript | |
BSD 3-clause "New" or "Revised" License | MIT License |
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.
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.
os-tutorial
Posts with mentions or reviews of os-tutorial.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-20.
-
Introduction to Operating System Design
Projects: Try building a simple OS with OS Tutorial
-
The Top 10 GitHub Repositories Making Waves 🌊📊
How to create an OS from scratch
-
PS/2 mouse driver problem
My dude. Your functions have exactly the same names as his. Copying it from a different tutorial based on James Molloy's tutorial does not make it any less James Molloy's code.
-
How to get started learning about os development?
I started out with this tutorial: https://github.com/cfenollosa/os-tutorial. It doesn't get you too far but it explains the basics very well, so check it out. After that I looked up James Molloy's kernel tutorials (look it up on Google, it's all on a website). Be advised that he's got a bunch of errors and bugs in the tutorial, there is a whole page on it on the osdev wiki titled known bugs in the JamesM kernel all something like that, but it's still great and gets you pretty far. After that, I chose to develop a FAT32 driver on my own, I can link some sources or my own code for you as well, but it's really up to you to follow what you like. I also found a great youtube series (https://youtube.com/@poncho2364?feature=share9), check out his osdev series, he also has some cool stuff there. And as I said, good luck on your journey and you can ask me in a DM as well if you get stuck somewhere!
-
OS Dev tutorial: different hexdump output but program runs as expected
tutorial : here
-
Why does my bootloader fail to read more than 12 sectors off the disk?
Yeah, I'm following cfenollosa's OS tutorial for guidance. You mentioned that you've seen the same code, with the same bug? What was the solution there?
- Guide to Build an Operating System From Scratch
-
Microsoft doesn't want you to write a new operating system
hey, just in case you actually want to write an operating system, you should check out cfenollosa/os-tutorial: How to create an OS from scratch, it is an amazing tutorial that will get you from basic printing all the way to a command line interface!
-
An Operating system i made, can someone smarter then me critique this?
You might be able to sink your teeth into something like this if you're interested in real os development, haven't got far myself but it's fun and you'll learn a lot https://github.com/cfenollosa/os-tutorial
-
Piko-piko OS. A homemade 16-bit x86 toy operating system for fun.
So I made a 16-bit x86 toy OS in pure assembly. 3 months ago, I found a very fun tutorial on github that is about Operating system development. I read the first few chapter and from there I made a very simple, extensible (?) toy operating system that could run on hardware (yes, it is madness).
javascript-algorithms
Posts with mentions or reviews of javascript-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-17.
- DSA Study map + Revise All
-
🚀 20 Must-Know GitHub Repositories for Developers in 2025!
6️⃣ JavaScript Algorithms and Data Structures 🧠 📌 https://github.com/trekhleb/javascript-algorithms A collection of JavaScript-based algorithms and data structures with explanations.
-
Beginning my Open Source Journey
While browsing trending repositories on GitHub, I discovered trekhleb's javascript-algorithms repository. This repository focuses on helping new developers learn and implement algorithms, serving as an educational resource rather than a traditional software product. I find this approach appealing, as it aligns with my desire to contribute to projects that empower others to learn and grow.
-
18 GitHub Repos to Learn JavaScript
3 . JavaScript Algorithms and Data Structures This repository contains JavaScript-based examples of many popular algorithms and data structures. Each algorithm and data structure has its own separate README with related explanations and links for further reading (including ones to YouTube videos).
-
Top Github repositories for 10+ programming languages
JS Algorithms JS Algorithms and Data Structures entire documentation teaching ranges of or almost all the DSA required topics javascript-algorithms
- Top 10 GitHub repositoriess for Javascript developers 🚀
- 10 GitHub Repos for Mastering JavaScript
-
Minecraft Grub Theme
I'm reminded of the time when some kid wrote a script to crawl GitHub and create issues[1] about using inclusive language... except it was really dumb, for example: https://github.com/trekhleb/javascript-algorithms/pull/875/f...
[1] E.g.: https://github.com/EbookFoundation/free-programming-books/pu...
-
is there any website that you can practise javascript from complete beginning to mastery
Try codewars or leetcode Or you can use this repo for ds practice https://github.com/trekhleb/javascript-algorithms
-
Is anyone interested in contributing to Ultimate Guide to Algorithm opensource together?
This one is pretty popular too.
What are some alternatives?
When comparing os-tutorial and javascript-algorithms you can also consider the following projects:
acwj - A Compiler Writing Journey
You-Dont-Know-JS - A book series (2 published editions) on the JS language.
os01 - Bootstrap yourself to write an OS from scratch. A book for self-learner.
Front-End-Checklist - 🗂 The perfect Front-End Checklist for modern websites and meticulous developers
littleosbook - Source for the little book about OS development
javascript-es2020-sandbox - This is a place for me to screw around some code and will be the home of my future JavaScript ES2020 Cheat Sheet