Changes between Initial Version and Version 1 of HardTasks


Ignore:
Timestamp:
Aug 22, 2021, 8:56:42 PM (3 years ago)
Author:
kallisti5
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardTasks

    v1 v1  
     1# Hard Tasks
     2
     3These are various large projects and other "hard tasks" that need to be completed.  This is a great place to store your unicorn wishes.
     4
     5## Haiku WebPositive improvements
     6  * WebKit 2
     7  * Plugin support
     8
     9## Accelerated Hardware Virtualization
     10
     11Should likely be one of the many accelerated API's supported by qemu...
     12  * bhyve
     13  * KVM
     14
     15## Full IPv6 Support
     16  * Somewhat implemented, more work needed
     17
     18## VPN Support
     19  * Kernel drivers needed
     20  * Wireguard
     21
     22## Hardware 3d acceleration
     23  * Mesa project
     24  * Creating a DRM compatibility layer
     25  * Enabling DRM hardware access
     26    * Adding DRM hooks to existing drivers
     27    * Porting Linux modesetting drivers
     28
     29## App Server multi-monitor support
     30  * Likely somewhat tied to "Hardware 3d acceleration" above
     31  * Porting a Linux modesetting driver would require major api changes