Images 💾

Last commit ⭐

commit 28d2e266788e88ae595b4645ac03f9a04351b877
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Mon May 15 01:42:26 2023 -0600
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Fri May 19 20:12:25 2023 -0600

    Kernel: Enable data and instruction cache on aarch64
    
    Enabling these will fix the Unsupported Exclusive or Atomic access data
    fault we get on bare metal Raspberry Pi 3. On A53/A57 chips (and newer),
    atomic compare-exchange operations require the data cache to be enabled.