Changes between Version 20 and Version 21 of FutureHaiku/Features


Ignore:
Timestamp:
Mar 15, 2010, 9:38:07 PM (15 years ago)
Author:
mmadia
Comment:

updated media kit encoding, tty info.

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/Features

    v20 v21  
    7575=== Reasons Against ===
    7676 1. including it in Pre-R1 & not in R1 Final, may cause false hopes
     77 1. currently has irq sharing issues that may prevent a successful boot & cause a negative 1st impression.
    7778=== SubTasks ===
    7879 1. IRQ sharing issues
     
    117118
    118119== Media Kit Encoding Support ==
     120 1. Implement BEncoder API
     121 1. Adding support for more codecs
     122 1. Updating the port of Xiph would need to be done as well
     123
     124
     125== Network Preflet Rewrite ==
    119126  Fill in details.
    120127
    121128
    122 == Network Preflet Rewrite ==
    123 
    124 
    125129== Device Manager ==
     130  Fill in details.
    126131
    127132
    128133== TTY Layer ==
     134 1. Rework our current TTY layer into a module
     135 1. Create an API that fulfills the need of a serial port
     136   * traditional RS232
     137   * serial over USB.
     138 1. Integrate the new API into the serial drivers that are already in our repository,
     139 1. Make sure everything works as expected.
     140 1. Until now the serial port was reserved for kernel debugging, but it is now time for proper userland support.
     141
    129142=== Reasons For ===
    130143 1. Would allow Haiku to be debugged by another installation of Haiku