Skip to content

Commit

Permalink
add description of stage9
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jan 12, 2025
1 parent 216f6a7 commit b314418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit b314418

Please sign in to comment.