website/IDEAS.txt

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-08-21 10:08:05 +00:00
#+TITLE: Some dreams/ideas what to make
* Utils
** coreutils
will be moved to coreutils/TODO
** binutils
- Assembler
- Dissambler
- Linker
2021-09-19 14:02:58 +00:00
2021-08-21 10:08:05 +00:00
** diffutils
** util-linux
** inetutils
2021-09-19 14:02:58 +00:00
** hexutils
- hexdump, xxd
2021-08-21 10:08:05 +00:00
* Libs
2022-01-01 17:05:46 +00:00
** libc
- C11 libc implementation
- libregex
- other POSIX additions (unistd.h, termios.h and others)
** libcurses
** libgl
2021-08-21 10:08:05 +00:00
* Compilers
2022-01-01 17:05:46 +00:00
** OCC
will be moved to occ/README.org
2021-08-21 10:08:05 +00:00
* Orion
- Kernel separated from other software and is placed in one repo
- 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`
2021-09-19 14:02:58 +00:00
* gxt (TUI Text Editor)
2021-08-24 15:00:04 +00:00
- 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
2021-09-19 14:02:58 +00:00
* yemu
- 6502 emulator
2021-08-21 10:08:05 +00:00
- Own processor emulator :)
2021-09-19 14:02:58 +00:00
- x86 emulator (in very far future :) )
* orsh
* Other
2021-08-24 15:00:04 +00:00
- lex implementation
2022-01-01 17:05:46 +00:00
- yacc implementation
2021-08-24 15:00:04 +00:00
- m4
- ed - standart editor