From a00645db6bfce93c5245e4a180c8cbdb18c16aa7 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sat, 8 Sep 2018 14:45:41 +0300 Subject: [PATCH] README: update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc58cf1..6df8c1b9 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,16 @@ asm are among its main goals. As the original freedos sources are modified very slightly, it may be possible to compile it with the real-mode compilers again, after some (back-)porting work. +fdpp code is separated from the freedos kernel, so you can +[look at it](https://github.com/stsp/fdpp/tree/master/fdpp) +yourself. You'll find the set of preprocessors, syntax +analysers, C++ templates and run-time support routines. +This forms a meta-compiler. But compiling the freedos unmodified, is just one of the fdpp project's goals. Another goal is the development of -the freedos core itself. +the freedos core itself. So fdpp aims for a new, freedos-based +kernel core and a 64bit compiler framework for it. ## portability fdpp is very portable as it uses just a couple of libc