aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dbfb491c013d2e4d5f8e232737ace24da8993afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Cortex-A7 ghOSt v0.0.1

## Implemented
 - Memory Allocator
 - Serial Writer
 - Basic Mutex

## TODO
 - Paging/ Memory Translation Tables
 - Scheduler (Round-robin)
 - Exclusive Lock
 - Semaphore
 - Display Buffer
 - Interrupt handler
 - Interrupt initializer
 - Publish-Subscribe topics
 - Testing
 - System Calls
 - Timing