From 76fd3fc17662592c299cce885b882654817099a1 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 22 Nov 2023 11:00:21 -0800 Subject: [PATCH] Update TODOs to reflect completed tasks. --- sys/TODO.md | 5 ----- zion/TODO.md | 3 --- 2 files changed, 8 deletions(-) diff --git a/sys/TODO.md b/sys/TODO.md index 7bf787a..a7a93c3 100644 --- a/sys/TODO.md +++ b/sys/TODO.md @@ -2,16 +2,11 @@ ## Yellowstone -- Store registered services in a hashmap. - - Requires: Adding hashmap to Glacier. - Start the next service from a configuration file. ## Denali -- Migrate denali to a yunq definition. - - Requires: Adding async yunq servers (or more synchronization primitives) - Add the ability to send multiple Ahci commands at once. ## VictoriaFalls -- Add a read file VFS service. diff --git a/zion/TODO.md b/zion/TODO.md index 6ceda09..d0d834f 100644 --- a/zion/TODO.md +++ b/zion/TODO.md @@ -6,8 +6,6 @@ - Reserve lower physical memory for hardware accesses as necessary. - Return errors rather than panicking on allocation failure -- Return memory pages to the pool when a MemoryObject goes out of scope. -- Add diagnostics to inspect physical memory usage. ### Virtual Memory @@ -46,7 +44,6 @@ - Add different scheduling priorities. - Add thread sleep capability. -- Add synchronization syscalls for userspace. ## Large Projects