2021-07-17 22:37:22 -05:00
|
|
|
# Project information
|
2021-07-17 17:01:50 -05:00
|
|
|
site_name: Hackintosh the Thinkpad X1 Carbon 6th Gen
|
2021-07-18 00:06:48 -05:00
|
|
|
site_url: https://tylernguyen.github.io/x1c6-hackintosh
|
2021-07-17 22:37:22 -05:00
|
|
|
site_author: Tyler Nguyen
|
|
|
|
|
|
|
|
# Repository
|
|
|
|
repo_name: tylernguyen/x1c6-hackintosh
|
|
|
|
repo_url: https://github.com/tylernguyen/x1c6-hackintosh
|
|
|
|
edit_uri: ""
|
|
|
|
|
2021-07-17 06:23:27 -05:00
|
|
|
nav:
|
2021-07-18 00:23:32 -05:00
|
|
|
- Home: index.md
|
2021-07-17 17:01:50 -05:00
|
|
|
- Summary: Summary.md
|
|
|
|
- Hardware: Hardware.md
|
|
|
|
- BIOS: BIOS.md
|
|
|
|
- Getting Started: Getting-Started.md
|
|
|
|
- Post Installation: Post-Installation.md
|
|
|
|
- Issues: Issues.md
|
2021-07-27 01:22:56 -05:00
|
|
|
- Technical Details:
|
|
|
|
- config.plist: config.plist.md
|
|
|
|
- Patches: Patches.md
|
2021-07-27 04:39:16 -05:00
|
|
|
- ACPI Patch Snippets: https://github.com/5T33Z0/OC-Little-Translated
|
2021-07-27 02:04:45 -05:00
|
|
|
- Keyboard Map: references/Keyboard.md
|
2021-07-27 01:51:23 -05:00
|
|
|
- ALC285 Codec: references/ALC285.md
|
2021-07-27 02:04:45 -05:00
|
|
|
- EC Queries: references/EC_queries.md
|
2021-07-27 04:17:45 -05:00
|
|
|
- ASL Tutorial: https://acpica.org/sites/acpica/files/asl_tutorial_v20190625.pdf
|
|
|
|
- ACPI Tips and Tricks: https://wiki.ubuntu.com/Kernel/Reference/ACPITricksAndTips
|
2021-07-27 01:22:56 -05:00
|
|
|
- WhateverGreen Intel HD Manual: https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md
|
|
|
|
- UEFI Secure Boot: https://osy.gitbook.io/hac-mini-guide/details/secure-boot
|
2021-07-27 04:17:45 -05:00
|
|
|
- HDA Fix: https://osy.gitbook.io/hac-mini-guide/details/hda-fix
|
2021-07-27 01:22:56 -05:00
|
|
|
- Thunderbolt 3 (Part 1): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix
|
|
|
|
- Thunderbolt 3 (Part 2): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix-part-2
|
|
|
|
- Thunderbolt 3 (Part 3): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix-part-3
|
2021-07-27 04:17:45 -05:00
|
|
|
- MacbookPro14,1 ACPI: https://github.com/khronokernel/DarwinDumped/tree/master/MacBookPro/MacBookPro14%2C1
|
|
|
|
- KabylakeOpenBoardPkg: https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel/KabylakeOpenBoardPkg
|
2021-07-18 00:23:32 -05:00
|
|
|
|
2021-07-17 06:23:27 -05:00
|
|
|
theme:
|
2021-07-17 17:01:50 -05:00
|
|
|
name: material
|
2021-07-27 01:22:56 -05:00
|
|
|
palette:
|
2021-08-01 20:48:43 -05:00
|
|
|
primary: blue grey
|
2021-08-03 10:49:24 -05:00
|
|
|
accent: red
|
2021-08-06 18:53:01 -05:00
|
|
|
logo: docs/assets/logo.png
|
2021-07-18 00:23:32 -05:00
|
|
|
features:
|
|
|
|
- header.autohide
|
|
|
|
- search.highlight
|
|
|
|
- search.suggest
|
2021-07-27 04:39:16 -05:00
|
|
|
- navigation.sections
|
|
|
|
- navigation.tracking
|
|
|
|
|
2021-08-01 20:57:56 -05:00
|
|
|
extra:
|
|
|
|
social:
|
|
|
|
- icon: fontawesome/brands/github
|
|
|
|
link: https://github.com/tylernguyen
|
2021-07-18 00:23:32 -05:00
|
|
|
|
2021-07-17 22:37:22 -05:00
|
|
|
plugins:
|
2021-07-18 00:41:10 -05:00
|
|
|
- search
|
2021-08-07 01:27:36 -05:00
|
|
|
- mermaid2
|
2021-07-18 00:23:32 -05:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
2021-07-27 02:04:45 -05:00
|
|
|
- footnotes
|