Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amilich/arm-rtos

Operating system for ARM processors
https://github.com/amilich/arm-rtos

assembly operating-system raspberry-pi

Last synced: 17 days ago
JSON representation

Operating system for ARM processors

Awesome Lists containing this project

README

        

### Real Time Operating System for ARM devices. Created with @kmarshland in Spring 2016.

#### Description
This basic operating system for ARM processors provides preemptive or cooperative thread management.

#### Where to look
View `threading.c` and `threading_asm.s` for main OS multithreading code. Demo videos are all `.mov` files.