Git Product home page Git Product logo

airportitlwm-minimize's Introduction

如何编辑最小Intel Wi-Fi驱动程序?

为了减少开机的启动时间,我们可能需要通过删除AirportItlwm.kext中的冗余固件来减小AirportItlwm.kext的大小。在本指南中,它将帮助您仅保留Intel WiFi卡使用的固件。

git clone --depth=1 https://github.com/OpenIntelWireless/itlwm.git
cd itlwm
git clone --depth=1 https://github.com/acidanthera/MacKernelSDK.git

打开IORegistryExplorer应用程序,并搜索itlwm。在AirportItlwm下,检查IOModel属性中加载的固件。

导航到您的itlwm项目文件夹,并在itlwm项目文件夹中,仅保留与./itlwm/itlwm/firmware中IOModel属性匹配的固件。就我而言,我的wifi上加载的固件是iwlwifi-QuZ-a0-hr-b0-68.ucode,其中68是固件版本,可以根据itlwm版本而变化。

在终端应用程序中使用以下命令构建itlwm项目:

xcodebuild -scheme "AirportItlwm (all)" -configuration Release

导航到~/Library/Developer/Xcode/DerivedData/itlwm-*/Build/Products/Release/macOS Version/AirportItlwm.kext。
AirportItlwm.kext的缩小大小应约为1.4 MB;将此构建AirportItlwm.kext复制到您的OpenCore Kexts文件夹中。启动时间应该减少一点。

airportitlwm-minimize's People

Contributors

sunbos avatar

Stargazers

Emilio P Egido avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.