1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-11 20:06:21 +00:00
Atmosphere/libraries/libmesosphere/include/mesosphere/arch/arm64
SciresM 3a1ccdd919
Switch atmosphere's build target to C++20. (#952)
* ams: update to build with gcc10/c++20

* remove mno-outline-atomics

* ams: take care of most TODO C++20s

* fusee/sept: update for gcc10

* whoosh, your code now uses pre-compiled headers

* make: dependency fixes
2020-05-11 15:02:10 -07:00
..
init ams: revamp target firmware 2020-05-06 22:29:07 -07:00
kern_cpu.hpp
kern_cpu_system_registers.hpp
kern_k_debug.hpp
kern_k_exception_context.hpp
kern_k_hardware_timer.hpp
kern_k_interrupt_controller.hpp Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
kern_k_interrupt_manager.hpp
kern_k_interrupt_name.hpp
kern_k_page_table.hpp kern: implement 10.x perm change, fix many page table bugs 2020-04-19 17:16:19 -07:00
kern_k_page_table_entry.hpp kern: implement 10.x perm change, fix many page table bugs 2020-04-19 17:16:19 -07:00
kern_k_page_table_impl.hpp
kern_k_process_page_table.hpp
kern_k_spin_lock.hpp
kern_k_supervisor_page_table.hpp
kern_k_thread_context.hpp
kern_userspace_memory_access.hpp