Changes between Initial Version and Version 1 of Ticket #18333, comment 20
- Timestamp:
- Apr 11, 2023, 9:40:14 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18333, comment 20
initial v1 2 2 > If ELF loading and symbol resolution is the most expensive part, perhaps we should introduce a simpler/more efficient format for drivers? 3 3 4 Fully loading all drivers just to probe for compatible hardware is bad idea anyway because if Haiku even become mature enough, it may have hundreds of megabytes of driver add-on binaries. For example ported Linux GPU drivers, Nvidia kernel GPU driver, various vendor drivers etc.. 4 Fully loading all drivers just to probe for compatible hardware is bad idea anyway because if Haiku even become mature enough, it may have hundreds of megabytes of driver add-on binaries. For example ported Linux GPU drivers, Nvidia kernel GPU driver, various vendor drivers etc.. Driver architecture should be scalable.