Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amilich/arm-rtos
- Owner: amilich
- Created: 2016-09-09T01:45:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T04:47:21.000Z (over 6 years ago)
- Last Synced: 2024-10-27T16:35:09.378Z (2 months ago)
- Topics: assembly, operating-system, raspberry-pi
- Language: C
- Homepage:
- Size: 18.4 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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.