From 260b65c5bee09707e35f00faba67b5a87fcea21d Mon Sep 17 00:00:00 2001 From: g1n Date: Sat, 18 Dec 2021 13:04:57 +0000 Subject: [PATCH] Add our goals --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aa7584a..9e4fe4d 100644 --- a/index.html +++ b/index.html @@ -31,14 +31,18 @@

~> Orion

~> gros

~> grsh and grutils

-

~> orcc - Orion/GRU Compiler Collection (not published yet)

+

~> occ - Orion/GRU Compiler Collection (not published yet)

~> hexutils

~> coreutils

-

~> yemu - emulator (currently 6502 only)

+

~> yemu - emulator

~> gxt - TUI text editor

~> orsh - simple shell

~> gasm - assembler

~> ocpu - yet another cpu design (DRAFT)

+

Our goals:

+

~> We want to make our own open source operation system that will have most of things in it our own!

+

~> We want to make own libc, compiler, kernel, userland and maybe even own programming language!

+

~> We want FOSS community to grow, so we want to support open source via making our own projects!

How to contribute:

~> Contribute your code to the project!

~> Test our projects in some tasks!