SaaSHub helps you find the best software and product alternatives Learn more →
Top 11 Assembly operating-system Projects
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Cyjon
A simple, clean code, multi-tasking kernel written in pure Assembly language for 64-bit processors from the AMD64 family.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
bootstrap-os
A bootable x86 lisp interpreter, assembler, and simple text editor that lets you run the code you type in so you can bootstrap anything
Project mention: BootLogo: Logo language in 508 bytes of x86 machine code | news.ycombinator.com | 2024-03-19Hello friend. I'm on a crusade to make people's bootsector code work on real hardware.
You're missing several reserved memory areas and state bits to reset. Check out my bootsector I have lots of comments on what things are needed https://github.com/fsmv/bootstrap-os/blob/master/bootloader/...
You can probably drop the extra sector loading code and error printing and only use the header and footer.
-
-
-
Nand2Tetris
Building a modern computer from First Principles. I also run a book club on it at https://dxclub.io/build (by RohitDhatrak)
Here is the HDL code for creating NOT, AND, OR & XOR gates using the NAND gate as a starting point. Additionally, there are 16-bit variants of these gates, which take 16-bit inputs and produce a 16-bit output instead of single-bit outputs. (NOT16, AND16, OR16)
Assembly operating-system discussion
Assembly operating-system related posts
-
Knight TV and keyboard · PDP-10/its Wiki
-
Creating a QR Code step by step
-
The Magic Switch – Modern Update
-
Research Unix Sixth Edition (WASM)
-
Zen: Experimental operating system written in Zig
-
PDP-10 Incompatible Timesharing System emulator
-
Mintia: my paging operating system written in a custom language for a custom architecture
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Mar 2025
Index
What are some of the best open-source operating-system projects in Assembly? This list will help you:
# | Project | Stars |
---|---|---|
1 | KnightOS | 1,297 |
2 | its | 884 |
3 | Cyjon | 441 |
4 | mintia | 89 |
5 | basicdos | 85 |
6 | OS-Reference | 79 |
7 | FutureDOS | 47 |
8 | bootstrap-os | 35 |
9 | x86-kernel | 13 |
10 | BTAG | 1 |
11 | Nand2Tetris | 0 |