Changes between Version 20 and Version 21 of FutureHaiku/Features
- Timestamp:
- Mar 15, 2010, 9:38:07 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/Features
v20 v21 75 75 === Reasons Against === 76 76 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. 77 78 === SubTasks === 78 79 1. IRQ sharing issues … … 117 118 118 119 == 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 == 119 126 Fill in details. 120 127 121 128 122 == Network Preflet Rewrite ==123 124 125 129 == Device Manager == 130 Fill in details. 126 131 127 132 128 133 == 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 129 142 === Reasons For === 130 143 1. Would allow Haiku to be debugged by another installation of Haiku