Operating systemsApple macOS › macOS 14 Sonoma

macOS 14 Sonoma

2023

macOS Sonoma, the 2023 release adding desktop widgets, Game Mode and video-conferencing presenter overlays.

Reference & documentation

External technical references for programming macOS 14 Sonoma and for writing emulators.

ResourceTypeNotes
OS X ABI Mach-O File Format Reference ↗FormatMach-O header, load commands, segments spec
Apple File System (APFS) Reference ↗FormatAPFS on-disk data structures for independent implementers
Arm A64 Instruction Set Architecture ↗Instruction setCanonical AArch64 A64 instruction encodings from Arm
XNU syscalls.master (BSD system call table) ↗Interrupt listCanonical Darwin syscall numbers and prototypes
Writing ARM64 Code for Apple Platforms ↗ProgrammingApple's ARM64 ABI: register usage, calling conventions
HelloSilicon: ARM64 Assembly on Apple Silicon ↗ProgrammingHands-on Darwin arm64 assembly tutorial, 16 chapters
Overview of the Mach-O Executable Format ↗ReferenceApple overview of segments, sections, memory layout
XNU syscalls.master (Darwin system-call table) ↗SourceCanonical XNU kernel source defining every BSD syscall