All Projects → giannitedesco → scaraOS

giannitedesco / scaraOS

Licence: GPL-3.0 license
A 32bit multiboot OS kernel for IA32 (PC/AT) systems.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
assembly
5116 projects

Projects that are alternatives of or similar to scaraOS

biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (+51.61%)
Mutual labels:  kernel, operating-system, ia32, x86-32
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (+1761.29%)
Mutual labels:  kernel, x86, memory-management, paging
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.
Stars: ✭ 4,687 (+15019.35%)
Mutual labels:  kernel, operating-system, x86, operating-systems
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-25.81%)
Mutual labels:  operating-system, x86, memory-management, i386
CPL-1
Operating system in C written for fun and glory
Stars: ✭ 33 (+6.45%)
Mutual labels:  kernel, operating-system, operating-systems, i386
georgios
Hobby Operating System
Stars: ✭ 19 (-38.71%)
Mutual labels:  kernel, operating-system, x86, x86-32
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (+22.58%)
Mutual labels:  kernel, operating-system, operating-systems, x86-assembly
Toaru Nih
NOTICE: The ToaruOS-NIH Project has been MERGED UPSTREAM. This repository is now archived.
Stars: ✭ 66 (+112.9%)
Mutual labels:  kernel, operating-system, x86, operating-systems
TravorOS
A simple OS running on Intel x86 architecture | No longer updating
Stars: ✭ 24 (-22.58%)
Mutual labels:  kernel, operating-system, x86, i386
Libhermit Rs
libhermit-rs: A Rust-based library operating system
Stars: ✭ 558 (+1700%)
Mutual labels:  kernel, operating-system, operating-systems
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (+70.97%)
Mutual labels:  kernel, operating-system, x86
DuckOS
Such OS; Very Duck!
Stars: ✭ 16 (-48.39%)
Mutual labels:  ext2, kernel, paging
Tofita
🍬 All-new kernel for @GreenteaOS
Stars: ✭ 112 (+261.29%)
Mutual labels:  kernel, operating-system, operating-systems
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-25.81%)
Mutual labels:  kernel, operating-system, x86
Reactos
A free Windows-compatible Operating System
Stars: ✭ 10,216 (+32854.84%)
Mutual labels:  kernel, operating-system, x86
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+5793.55%)
Mutual labels:  kernel, operating-system, x86
Jingos
JingOS - The World’s First Linux-based OS design for Tablets
Stars: ✭ 101 (+225.81%)
Mutual labels:  kernel, operating-system, x86
Fukuro
Simple microkernel (early stage)
Stars: ✭ 18 (-41.94%)
Mutual labels:  kernel, x86, x86-32
Pluto
An x86 kernel written in Zig
Stars: ✭ 172 (+454.84%)
Mutual labels:  kernel, operating-system, x86
tinyos
An UNIX-like toy operating system runs on x86 CPU
Stars: ✭ 47 (+51.61%)
Mutual labels:  kernel, operating-system, x86

ScaraOS: A modern multiboot kernel for learning OS fundamentals

Copyright (c) 2001-2010 Gianni Tedesco (gianni at scaramanga dot co dot uk)

Released under the terms of the GNU GPL version 3 (see: COPYING)


ScaraOS started out as a good way for me to learn a lot of interesting stuff all at once, things such as:

  • x86 assembly
  • deeper understanding of ia32
  • learning about the components of the IBM PC/AT
  • OS design fundamentals
  • How crap a typical PC BIOS is
  • How crap DOS is
  • How a computer system works as a whole, from hardware to BIOS, to bootloader, to kernel, to OS subsystems, to applications, to user interfaces.

ScaraOS might be of use to someone who also wants to write their own kernel for fun. If so they are free to use my code, which is under GPL. GPL ensures the spirit of co-operation and code sharing are passed on with my work.

Current features:

  • Mostly written in C
  • Multiboot compliant
  • Pre-emptive multi-tasking
  • Paged memory management including demand loading of files, anonymous memory areas and ELF binaries.
  • Virtual filesystem switch including inode and page cache
  • EXT2 support
  • Slab allocator
  • Block I/O subsystem
  • Floppy disk controller driver
  • 32bit protected mode
  • 8254 PIT support
  • 8259A PIC support
  • PCI support
  • VGA text mode output
  • PC serial driver
  • IDE hard disk driver

If you like and use this software then press to donate towards its development progress and email me to say what features you would like added.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].