SkillAgentSearch skills...

Erkos

A prototype embedded operating system written in Rust

Install / Use

/learn @garasubo/Erkos
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ErkOS

This is a prototype embedded operating system written in Rust. The target architecture is Cortex-M based board.

Structure

  • app: An example application for Nucleo-F429ZI board
  • qemu_app: An example application for QEMU
  • arch: device drivers for ARMv7-M peripherals
  • device: device drivers for STM32F4291ZI
  • kernel: The core structs of this OS. This has dependency on arch, but no dependency on device
  • log: utility for logging (based on The Embedonomicon example code)
  • rt: runtime for ARMv7-M baremetal environment
  • util: utilities independent from architecture

Reference

Related Skills

View on GitHub
GitHub Stars62
CategoryDevelopment
Updated6mo ago
Forks6

Languages

Rust

Security Score

72/100

Audited on Sep 29, 2025

No findings