AlmeidaOS
OS project
A hobbyist 64-bit operating system project written in C and Assembly, aimed at providing a reference for future OS developers.
Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers
56 stars
6 watching
3 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
amdamd64bootloaderbuddycmosheaphobby-oshobbyist-osintelkerneloperating-systemoperating-systemsososdevpagingpicpitx86-64
Related projects:
Repository | Description | Stars |
---|---|---|
marceldobehere/maslos | An operating system written in C++ and C, with support for various hardware interfaces and GUI components. | 92 |
marcocicognani/meetixos | A hobby operating system project aiming to create a Unix-like system with modern C++20 and a custom kernel. | 188 |
malwarepad/cavos | A development project aiming to create a full operating system from scratch using C and x86-64 architecture. | 272 |
gandelxiv/pidi-os | An operating system project aiming to create a minimalistic i386 OS from scratch using C and assembly language | 38 |
ackos-project/ackos | A hobby operating system built from scratch in C, aiming to create a simple 64-bit OS. | 85 |
opuntiaos-project/opuntiaos | An operating system project aiming to provide a cross-architecture kernel and userland components with various features for desktop and mobile applications. | 664 |
ajxs/cxos | A research project to develop an operating system in Ada with the goal of learning about low-level programming and safety-critical systems. | 35 |
pgram/jsd-os | A small operating system designed to run on various x86 hardware configurations with minimal memory footprint and modular architecture | 58 |
bagggage/bamos | An operating system project that aims to create a lightweight and fast OS with well-documented codebase and native support for multiple system ABIs. | 20 |
francisbftc/kiddieos_development | Developing a basic operating system with a focus on simplicity and ease of use for beginners to learn programming concepts | 47 |
flydeoo/mya | A project to create a tiny OS from scratch using x86 assembly and C programming language. | 11 |
bone-project/boneos | An operating system kernel and source tree for development of an embedded system | 130 |
dreamos82/dreamos64 | An experimental 64-bit kernel project that demonstrates low-level programming concepts and basic operating system functionality. | 166 |
willdurand/arvernos | A minimal kernel project aimed at learning operating system development and improving C skills through experimentation on different architectures. | 332 |
thepowersgang/rust_os | An experimental OS kernel written in Rust with the goal of building a portable and user-friendly operating system. | 738 |