Câu trả lời:
"machdep" là viết tắt của "máy phụ thuộc" như bạn có thể thấy trong một nhận xét trong mã nguồn mở mã Apple đã cung cấp tại Makefile.template .
#
# Theses macros are filled in by the config program depending on the
# current configuration. The MACHDEP macro is replaced by the
# contents of the machine dependent makefile template and the others
# are replaced by the corresponding symbol definitions for the
# configuration.
#
Bạn có thể tìm thấy nhiều thông tin phụ thuộc máy cho hệ thống cụ thể của mình với sysctl machdep
hoặc là hệ thống machdep.cpu để biết thông tin về Bộ phận xử lý trung tâm (CPU . sysctl machdep.cpu.brand_string
. Ví dụ.:
$ sysctl machdep.cpu.brand_string
machdep.cpu.brand_string: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz