https://github.com/zwrawr/armsystemsprogramming
https://github.com/zwrawr/armsystemsprogramming
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zwrawr/armsystemsprogramming
- Owner: zwrawr
- Created: 2018-12-12T15:52:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T13:27:22.000Z (about 7 years ago)
- Last Synced: 2025-11-11T21:23:02.490Z (7 months ago)
- Language: C
- Size: 224 KB
- Stars: 1
- Watchers: 1
- 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.