All Projects → opuntiaOS-Project → opuntiaOS

opuntiaOS-Project / opuntiaOS

Licence: BSD-2-Clause license
opuntiaOS - an operating system targeting x86, ARMv7, Aarch64

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
assembly
5116 projects
shell
77523 projects
Objective-C++
1391 projects

Projects that are alternatives of or similar to opuntiaOS

kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-97.35%)
Mutual labels:  os, operating-system, hobby-os, hobby-kernel
GENADEV OS
An AArch64 hobbyist OS for the Raspberry Pi 3 B+
Stars: ✭ 14 (-97.53%)
Mutual labels:  os, operating-system, hobby-os, hobby-kernel
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (-93.99%)
Mutual labels:  os, operating-system, hobby-os, hobby-kernel
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-97.17%)
Mutual labels:  os, operating-system, hobby-os, hobby-kernel
SEAC
Systeme d'exploitation
Stars: ✭ 22 (-96.11%)
Mutual labels:  os, operating-system, hobby-os
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (-55.83%)
Mutual labels:  os, operating-system, hobby-os
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 (-95.94%)
Mutual labels:  os, operating-system
CinderOS
👨‍💻An operating system, built from scratch in C.
Stars: ✭ 26 (-95.41%)
Mutual labels:  os, operating-system
DemOS
Free, simple, extremely lightweight, stackless, cooperative, co-routine system (OS) for microcontrollers
Stars: ✭ 18 (-96.82%)
Mutual labels:  os, operating-system
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (-68.37%)
Mutual labels:  operating-system, hobby-os
Luakernel
Lua + SQLite + musl libc running on x86.
Stars: ✭ 223 (-60.6%)
Mutual labels:  os, operating-system
CS Offer
后台开发基础知识总结(春招/秋招)
Stars: ✭ 352 (-37.81%)
Mutual labels:  os, operating-system
AhnTri
Super-simple OS
Stars: ✭ 54 (-90.46%)
Mutual labels:  os, hobby-os
IntrOS
Free cooperative operating system (OS) for microcontrollers
Stars: ✭ 38 (-93.29%)
Mutual labels:  os, operating-system
DuckOS
Such OS; Very Duck!
Stars: ✭ 16 (-97.17%)
Mutual labels:  userland, os
osfree
osFree - open source Operating System/2 clone, usermode parts.
Stars: ✭ 77 (-86.4%)
Mutual labels:  userland, operating-system
ez-rtos
A micro real-time operating system supporting task switching, delay function, memory allocator and critical section. It is writen on ARM Cortex-M3 assemble language, it runs successfully on STM32F103 MCU.
Stars: ✭ 57 (-89.93%)
Mutual labels:  os, operating-system
greenteaos.github.io
🏠 Homepage of the @GreenteaOS
Stars: ✭ 16 (-97.17%)
Mutual labels:  os, operating-system
zambesii
Non-unix, custom-API hybrid OS kernel written in C++ which can be thought of as an emulated microkernel. The native API is almost fully asynchronous and the kernel is aimed at high-scaling, high-throughput-requiring multiprocessor workloads, with working support for SMP and NUMA already implemented. Join the IRC channel, #zbz-dev on freenode!
Stars: ✭ 13 (-97.7%)
Mutual labels:  os, operating-system
ArvernOS
💾 A minimal, experimental and "toy" monolithic kernel to learn about OS development // Work In Progress
Stars: ✭ 313 (-44.7%)
Mutual labels:  operating-system, hobby-os


Features

Kernel

  • x86/x86-64, ARMv7 and Arm64 kernel with pre-emptive multi-threading
  • Ext2 filesystem
  • /dev and /proc filesystems
  • Local sockets
  • POSIX signals
  • TTY
  • learn more

Libraries

  • Runtime & support: LibC, LibCxx, LibObjC
  • Rich functionality: LibFoundation
  • UI functionality & rendering: LibG, LibUI
  • learn more

Userland

  • Composing windows manager for desktop and mobile
  • Simple UI apps
  • Terminal

Boot

  • Custom bootloaders
  • Kernel validation during the boot proccess
  • Custom device tree
  • learn more

How to build and run opuntiaOS?

See the build instructions

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].