All Projects → phoenix-rtos → phoenix-rtos-kernel

phoenix-rtos / phoenix-rtos-kernel

Licence: BSD-3-Clause License
Phoenix-RTOS microkernel repository

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to phoenix-rtos-kernel

rnk
rnk is a RTOS targeting ARM architecture.
Stars: ✭ 22 (-71.43%)
Mutual labels:  real-time, kernel, operating-system, rtos
Zeke
A POSIX-like OS for ARM processors.
Stars: ✭ 79 (+2.6%)
Mutual labels:  kernel, operating-system, rtos
fpos
Free Pascal Operating System (FPOS) is a operating system consists of a minimal kernel built on FreePascal. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with developement of operating system using a h…
Stars: ✭ 36 (-53.25%)
Mutual labels:  kernel, operating-system, microkernel
OpenHarmony
华为鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,鸿蒙技术资料,手册,指南,共建国产操作系统万物互联新生态。
Stars: ✭ 373 (+384.42%)
Mutual labels:  kernel, operating-system, microkernel
rxinu
Rust implementation of Xinu educational operating system
Stars: ✭ 26 (-66.23%)
Mutual labels:  kernel, operating-system, microkernel
Uc Os3
µC/OS-III is a preemptive, highly portable, and scalable real-time kernel. Designed for ease of use on a huge number of CPU architectures.
Stars: ✭ 284 (+268.83%)
Mutual labels:  real-time, kernel, rtos
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (+181.82%)
Mutual labels:  kernel, operating-system, microkernel
Uc Os2
µC/OS-II is a preemptive, highly portable, and scalable real-time kernels. Designed for ease of use on a huge number of CPU architectures.
Stars: ✭ 120 (+55.84%)
Mutual labels:  real-time, kernel, rtos
Prettyos
A Preemptive Hard Real Time kernel for embedded devices.
Stars: ✭ 36 (-53.25%)
Mutual labels:  real-time, kernel, rtos
Distortos
object-oriented C++ RTOS for microcontrollers
Stars: ✭ 354 (+359.74%)
Mutual labels:  real-time, operating-system, rtos
dandelion
🌀 Microkernel Real-Time Operating System in Rust
Stars: ✭ 20 (-74.03%)
Mutual labels:  operating-system, microkernel, rtos
apex
Apex RTOS - A (somewhat) Linux compatible real time operating system
Stars: ✭ 15 (-80.52%)
Mutual labels:  real-time, operating-system, rtos
flower
A learning OS
Stars: ✭ 50 (-35.06%)
Mutual labels:  kernel, operating-system
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-79.22%)
Mutual labels:  kernel, operating-system
infinity
A secure, modern and intelligent operative system
Stars: ✭ 27 (-64.94%)
Mutual labels:  kernel, operating-system
TravorOS
A simple OS running on Intel x86 architecture | No longer updating
Stars: ✭ 24 (-68.83%)
Mutual labels:  kernel, operating-system
NightOS
A highly secure, performant and robust operating system for the future 🌔 🚀
Stars: ✭ 15 (-80.52%)
Mutual labels:  operating-system, microkernel
ByteOS
A simple hobby operating system for the x86-64 architecture, written in C.
Stars: ✭ 47 (-38.96%)
Mutual labels:  kernel, operating-system
SimpleOS
Operating System Coded in Assembly and C
Stars: ✭ 72 (-6.49%)
Mutual labels:  kernel, operating-system
Sigma
Abandoned overcomplicated Microkernel using modern x86_64 features
Stars: ✭ 36 (-53.25%)
Mutual labels:  kernel, microkernel

phoenix-rtos-kernel

This repository contains the source for the Phoenix-RTOS microkernel.

Supported targets:

  • armv7m3-stm32l152xd
  • armv7m3-stm32l152xe
  • armv7m4-stm32l4x6
  • armv7m7-imxrt105x
  • armv7m7-imxrt106x
  • armv7m7-imxrt117x
  • armv7a7-imx6ull
  • armv7a9-zynq7000 (port under development)
  • ia32-generic
  • riscv64-spike
  • riscv64-virt

Building kernel

To compile the kernel and build the operating system image phoenix-rtos-project repository should be used. Please read the instruction in this repository.

License

This work is licensed under a BSD license. See the LICENSE file for details.

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