Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sw/tethered-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This guide is intended specifically for kernel developers and advanced users who

* An Apple Silicon Mac with _at least_ **macOS 12.3** installed and configured
* You must have a password-protected administrator account. Typically, this will be the first account you created when setting up the machine for the first time.
* These days it is somewhat complex to install a specific version of macos, as you can't start an installer for old version from a new one, and performing a recovery install from usb transparently updates you to the latest minor version of that major macos version instead. If you want a specific version, install any release of a previous major version via usb recovery, then update it to the target version.
* A host machine of any architecture running a GNU/Linux distribution (macOS is also supported, but less well tested see [Tethered Boot Setup on macOS](tethered-boot-macos-host.md))
* Both `GCC` and `Clang/LLVM` AArch64 cross-toolchains are supported.

Expand Down