# paste.txt -rw-r--r-- 573 bytes View raw
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
TODO:
- ports:
  - sbase
  - lok
  - make
- library/syscalls
  - truncate
  - atime, mtime, ctime
  - futimens
  - ioctl/WINSZ
  - clock_gettime
  - popen et al
- import tzdb
- refactor serial console into a tty
- vendor libvterm and expand vt implementation
  - ^D to EOF, ^C to SIGINT
  - basic termios functionality
  - port vi
- fix exit status codes w/signal status
- shebangs/binfmt
- rig up more signals (e.g. SIGSEGV)
- additional ports:
  - doom
  - binutils
  - tcc and/or cproc
  - qbe
  - hare
  - libarchive (tar)
- gzip initramfs and gunzip it in the kernel