Add olibc

This commit is contained in:
g1n 2021-12-19 08:50:04 +00:00
parent 260b65c5be
commit b1b5c031f4
1 changed files with 10 additions and 9 deletions

View File

@ -28,17 +28,18 @@
<h3> Current members: </h3>
<p>~> <a href="https://g1n.ttm.sh">g1n</a></p>
<h3> Projects we are working on: </h3>
<p>~> <a href="https://tildegit.org/GRU/orion">Orion</a></p>
<p>~> <a href="https://tildegit.org/GRU/gros">gros</a></p>
<p>~> <a href="https://tildegit.org/GRU/grsh">grsh and grutils</a></p>
<p>~> <a href="https://codeberg.org/GRU/orion">Orion</a></p>
<p>~> <a href="https://codeberg.org/GRU/gros">gros</a></p>
<p>~> <a href="https://codeberg.org/GRU/grsh">grsh and grutils</a></p>
<p>~> occ - Orion/GRU Compiler Collection (not published yet) </p>
<p>~> <a href="https://tildegit.org/GRU/hexutils">hexutils</a></p>
<p>~> <a href="https://tildegit.org/GRU/coreutils">coreutils</a></p>
<p>~> <a href="https://tildegit.org/GRU/yemu">yemu</a> - emulator</p>
<p>~> <a href="https://tildegit.org/GRU/gxt">gxt</a> - TUI text editor</p>
<p>~> <a href="https://tildegit.org/GRU/orsh">orsh</a> - simple shell</p>
<p>~> <a href="https://tildegit.org/GRU/gasm">gasm</a> - assembler</p>
<p>~> <a href="https://codeberg.org/GRU/hexutils">hexutils</a></p>
<p>~> <a href="https://codeberg.org/GRU/coreutils">coreutils</a></p>
<p>~> <a href="https://codeberg.org/GRU/yemu">yemu</a> - emulator</p>
<p>~> <a href="https://codeberg.org/GRU/gxt">gxt</a> - TUI text editor</p>
<p>~> <a href="https://codeberg.org/GRU/orsh">orsh</a> - simple shell</p>
<p>~> <a href="https://codeberg.org/GRU/gasm">gasm</a> - assembler</p>
<p>~> <a href="ocpu/">ocpu</a> - yet another cpu design (DRAFT)</p>
<p>~> <a href="https://codeberg.org/GRU/olibc.git">olibc</a>- standart C11 library implementation</p>
<h3> Our goals: </h3>
<p>~> We want to make our own open source operation system that will have most of things in it our own!</p>
<p>~> We want to make own libc, compiler, kernel, userland and maybe even own programming language!</p>