nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World from glibc

nuta opened this issue · comments

Glibc, the de facto libc implementation in Linux, tends to use non-trivial Linux-specific features (/proc) and it makes harder to support applications built with glibc. This issue aims to implement missing features needed to run the glibc-based hello world program.