CLAY-BIOS / Lenovo-ThinkPad-T450s-Hackintosh-OpenCore

此仓库可以让你在macos中使用ThinkPad T450s T450 X250 X1C3的所有功能(不包括指纹、VGA),且99%接近于白苹果的完美黑苹果。
Apache License 2.0
285 stars 60 forks source link

question regarding boot-args #125

Closed step21 closed 1 year ago

step21 commented 1 year ago

Hey,

thank you very much for sharing your work. One question in the boot-args, what do -iosd3v3 and -carbeta do? I could not find any information with opencore documentation or google.

CLAY-BIOS commented 1 year ago

Hey,

thank you very much for sharing your work. One question in the boot-args, what do -iosd3v3 and -carbeta do? I could not find any information with opencore documentation or google.

These two parameters are about the card reader driver -iosd3v3 drives the SD card at 3.3V. Reference:https://github.com/0xFireWolf/RealtekCardReader/issues/16 The -carbeta parameter is used to start the card reader driver in beta versions of the system.

step21 commented 1 year ago

Ok great. Thank you for clarifying.