From 4b11cdd01ca714d26972bc612417a12afe331bbc Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 25 Mar 2017 11:00:39 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e35c9aa5a..8f27ae05d 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Minix repository which contains my work in progress. +# Work in progress + +This repository contains my currently unfinished work on MINIX. + +At this time there is the following: + * clang-arm: A build of the whole tree for ARM using clang instead of gcc + * rcp-gen: Adding support for SUN RPC interface generator, API and required OS runtime support + +Kept around for reference if I start working on this again: + * gdb: an import of the GNU debuggger, most likely to be dropped in favor of lldb + * lldb: an import of the LLVM debugger, need to be rebased on top of the current NetBSD work as soon as it is completed + * lld: Trying to import one of the LLVM linker, with the end goal of completly removing our dependency on Binutils. + * smp_might_even_compile: This is a couple of fixes I have when I was trying to get SMP back into working shape.