From 7835c9e7da0048b198320face7ac6db5c14dcc81 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 8 Sep 2015 08:50:25 +0200 Subject: [PATCH] add some TODO points --- hermit/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hermit/TODO.md b/hermit/TODO.md index 7884c86c2..ed3007460 100644 --- a/hermit/TODO.md +++ b/hermit/TODO.md @@ -5,4 +5,6 @@ TODO list * prioririty handling in the Pthread library is still missing * support of signals is still missing * use gs register to accelerate tha access to newlib's reentrant structure +* check the usage of the fs register * revise TLB shoot down +* revise and check tickless support (the tickless support is currently not tested)