From 5e6e968a24d2ffa6f39d69494344b107101e38f6 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sat, 13 Oct 2018 21:12:46 +0900 Subject: [PATCH] readme: binutils is ported; next goal is getting rid of genext2fs, xorriso, et al. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a83ce4d..a294161c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Early in its development, ToaruOS was focused on providing a modern *graphical u The following projects are currently in progress: -- **Complete the re-porting of Binutils** to allow for some basic assembly development and to support the eventual return of GCC. - **Improve POSIX coverage** especially in regards to pipelines, process groups, synchronization primitives, as well as by providing more common utilities. - **Continue to improve the C library** which remains quite incomplete compared to Newlib and is a major source of issues with bringing back old ports. - **Implement a native dynamic, interpreted programming language** to replace Python, which was used prior to ToaruOS 1.6.x to provide most of the desktop environment. +- **Replace third-party development tools** to get the OS to a state where it is self-hosting with just the addition of a C compiler. ## Building / Installation