-
-
Notifications
You must be signed in to change notification settings - Fork 62
x86 & x86_64 TODO list
Nick Andrews edited this page Nov 5, 2019
·
3 revisions
This page list items that are needing addressed with the x86/x86_64 hardware support.
- AROS fails to boot on some hardware with missing or broken ACPI support.
- additional cpu cores sometimes appear to start up at a very low speed (particularly in vm's) resulting in delays when booting and noticeable slowness in code running on those cores.
- MSI interrupt support needs implemented. Some PCI-e drivers explicitly need MSI interrupts to handle all of the possible events the device generates (particularly gigabit NIC drivers).
- currently disabled due to needing adapted/updated with newer drm/kms/x code to work with newer gallium code.
pc-x86_64/AHI
- Most drivers do not work yet on the 64bit builds. Many will need to use bounce buffers when pushing data to the cards due to 32bit limitations in their hardware.