From ffcdaaa92d3ef4fc8a4c75d0517da02bcdf91a61 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Fri, 25 Feb 2022 13:18:38 +1100 Subject: [PATCH] Update the README Issues (#350) We've had these for a while now: - D/I cache - GPR bypassing - Supervisor state (and can boot linux) We still need Vector/VMX/VSX (and probably some other things) Signed-off-by: Michael Neuling --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1920c3..d5ed253 100644 --- a/README.md +++ b/README.md @@ -139,8 +139,5 @@ make -j$(nproc) check ## Issues -This is functional, but very simple. We still have quite a lot to do: - -- There are a few instructions still to be implemented -- Need to add caches and bypassing (in progress) -- Need to add supervisor state (in progress) +- There are a few instructions still to be implemented: + - Vector/VMX/VSX