From a04cf2dbb8d2e890405fbf0a1022aaad3015b1e8 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 26 Aug 2022 17:25:34 -0700 Subject: Modularize --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbfb491 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.2.1