Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zwrawr/armsystemsprogramming
https://github.com/zwrawr/armsystemsprogramming
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zwrawr/armsystemsprogramming
- Owner: zwrawr
- Created: 2018-12-12T15:52:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T13:27:22.000Z (over 5 years ago)
- Last Synced: 2024-02-20T21:52:12.025Z (10 months ago)
- Language: C
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARM Systems Programming
A uni of york 4th year electronic and computer engineering module to extend a simple real time operating system. The goal is to add mutexes, a better wait and sleep mechanism, memory pools and uprage the round robin schedular.The inital commit of DocetOS is the code provided by the lecture, further work is all mine.