Add some projects

This commit is contained in:
g1n 2021-09-19 14:02:58 +00:00
parent ca4f1150ed
commit 36aaca568d
3 changed files with 22 additions and 11 deletions

View File

@ -7,11 +7,12 @@
- Assembler
- Dissambler
- Linker
- hexdump (xxd)
** diffutils
** util-linux
** inetutils
** hexutils
- hexdump, xxd
* Libs
- libc
@ -24,16 +25,19 @@
- Software repos separated per util or collection of utils (see Utils)
- Ports is in `ports` repo and also can be found on `(MIRROR_OR_MAIN-WEBPAGE)/pub/ports`
* TUI Text Editor
* gxt (TUI Text Editor)
- Have some shell (like M-x in emacs or : in vim)
- Execute shell commands
- Scrolling using some keybindings
- Have CLI mode
- Configuring/Scripting/Plugins (using some language)
- Be able to open more then one file (buffers
* Other
- x86 emulator
* yemu
- 6502 emulator
- Own processor emulator :)
- x86 emulator (in very far future :) )
* orsh
* Other
- lex implementation
- bison implementation
- m4

View File

@ -7,11 +7,12 @@
- Assembler
- Dissambler
- Linker
- hexdump (xxd)
** diffutils
** util-linux
** inetutils
** hexutils
- hexdump, xxd
* Libs
- libc
@ -24,16 +25,19 @@
- Software repos separated per util or collection of utils (see Utils)
- Ports is in `ports` repo and also can be found on `(MIRROR_OR_MAIN-WEBPAGE)/pub/ports`
* TUI Text Editor
* gxt (TUI Text Editor)
- Have some shell (like M-x in emacs or : in vim)
- Execute shell commands
- Scrolling using some keybindings
- Have CLI mode
- Configuring/Scripting/Plugins (using some language)
- Be able to open more then one file (buffers
* Other
- x86 emulator
* yemu
- 6502 emulator
- Own processor emulator :)
- x86 emulator (in very far future :) )
* orsh
* Other
- lex implementation
- bison implementation
- m4

View File

@ -30,9 +30,12 @@
<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>~> orcc - Orion/GRU Compiler Collection (not published yet) </p>
<p>~> gasm - GRU Assembler (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 (currently 6502 only)</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>~> binutils - gasm, disassembler (not published yet)</p>
<h3> How to contribute: </h3>
<p>~> Contribute your code to the project!</p>
<p>~> Test our projects in some tasks!</p>