From b314418e4cb4f99e4dd6152882a95d270d996744 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 12 Jan 2025 15:30:17 +0100 Subject: [PATCH] add description of stage9 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5070504..ef930aa 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,10 @@ Currently, following stages of development are available: Introduce a virtual file system with an in-memory file system as example file system. +9. stage9 - Run Linux application as common process + + Start a simple Linux application (_HelloWorld_) on top of eduOS-rs. The application is a _position-independent executable_ (PIE) and use [musl-libc](http://www.musl-libc.org) as standard C library. The FPU support is disabled. + ## Useful Links 1. [http://www.gnu.org/software/grub/manual/multiboot/](http://www.gnu.org/software/grub/manual/multiboot/)