-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathm1n1.conf.example
27 lines (21 loc) · 917 Bytes
/
m1n1.conf.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This configuration file specifies options for the m1n1 bootloader.
#
# Be careful when editing this file, as incorrect settings can cause your system to fail to boot.
#
# Display configuration (Mac Mini / Mac Studio only)
# Force re-configuration of the display to defaults in m1n1 stage 2
# This is redundant unless your m1n1 stage 1 is buggy or ancient
#display=auto
# Configure the boot display to the default 4K mode
#display=3840x2160
# Configure the boot display to 4K at 60Hz (or closest available)
#display=3840x2160@60
# Configure the boot display to 4K at 59.97Hz (or closest available)
# Add an arbitrary property to /chosen in the device tree
#chosen.foo=bar
# Vulnerability mitigations
# Available options:
# - gofetch: Mitigate the GoFetch vulnerability (disable the DMP systemwide)
# Affected CPUs: M1 and M2 series (M3 and later are unaffected)
#mitigations=gofetch