Changes between Initial Version and Version 1 of WishList


Ignore:
Timestamp:
2009-04-09T00:17:31Z (15 years ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v1 v1  
     1== Feature Wishlist ==
     2
     3=== Applications ===
     4 * vim
     5 * nano
     6 * gcc
     7 * binutils
     8 * x.org
     9
     10=== Libraries ===
     11 * libedit (a.k.a libeditline) --- so what about the kconsole readline?
     12 * pcre
     13 * beecrypt
     14
     15=== C Library ===
     16 * PRIxxx portable-formatting macros for userspace
     17
     18=== Services ===
     19 * Services can inherit console
     20
     21=== Kernel ===
     22 * copy-on-write (e.g. for the ELF data section's)
     23 * uspace memory backend (i.e. delegate page faults to uspace)
     24 * direct copy between two address spaces (i.e. not via a kernel buffer)