Update README.md

This commit is contained in:
Lionel Sambuc
2017-03-25 11:00:39 +01:00
committed by GitHub
parent 7a19812021
commit 4b11cdd01c

View File

@@ -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.