Add some todos

This commit is contained in:
g1n 2021-07-28 17:58:13 +00:00
parent 460f77722d
commit ff2199115f
1 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,8 @@
** gytheio - spartan server on Rust
** laconia - spartan client on Bash
** twtxt-c - client for twtxt on Bash
** grsh/grutils - shell and utils written in rust
** gros - simple OS in Rust (but maybe soon other languages)
* Ideas
@ -13,5 +15,11 @@
** proxies -
*** Spartan <-> HTTP, Gemini, Gop4her
** Spartan indexing/search engine
** simple shell on Rust (or Go)
** patch Elpher for spartan support
* Other/Tips
- read (and understand) more wiki.osdev.org
- read some beej's books ( beej.us/guide )
- read Operation Systems from 0 to 1
- read manpages and other code