From 289c956e924cf6ce29c161870486340f8dc8a44c Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 31 Jan 2017 12:15:38 +0300 Subject: [PATCH] + --- Roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index d7c8a32..87b4888 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -44,4 +44,5 @@ This is a non-exhaustive list of current goals made possible with the support of * Return `error_code` from syscalls and functions to enable error reporting. * Improve embedded debugging tools (CPU, RSX, Kernel Explorer). * Implement simple thread pool (Thread.cpp) -* Implement MFC thread for SPU DMA and other time-critical tasks. \ No newline at end of file +* Implement MFC thread for SPU DMA and other time-critical tasks. +* Fetch memory attributes in sys_memory_get_page_attribute. \ No newline at end of file