mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
mkdocs: improve readability
This commit is contained in:
parent
91e6b16696
commit
f60030c13b
3 changed files with 22 additions and 8 deletions
|
@ -6,7 +6,7 @@ A modded BIOS will allow for more optimizations to be made for macOS and will ov
|
|||
|
||||
!!! recommendation
|
||||
|
||||
![CH341a SPI Programmer and SOIC8 Clip](/docs/img/CH341a.png){ align=right }
|
||||
![CH341a SPI Programmer and SOIC8 Clip](/img/CH341a.png){ align=right }
|
||||
|
||||
The CH341a SPI Programmer and SOIC8 Clip are needed to dump, mod, and flash the BIOS chip. There are better and more profession alternative devices but I've found this one to be adequate for the job.
|
||||
|
||||
|
|
|
@ -5,8 +5,22 @@
|
|||
|
||||
## Replace the Fan (if applicable)
|
||||
|
||||
- See https://www.reddit.com/r/thinkpad/comments/c7zpah/x1_carbon_6th_gen_horrible_cooling_fan_design/
|
||||
!!! info
|
||||
|
||||
tl;dr - The X1C6 has different cooler fan manufacturers, and they differ greatly in noise and performance.
|
||||
|
||||
[Learn more from reddit.com](https://www.reddit.com/r/thinkpad/comments/c7zpah/x1_carbon_6th_gen_horrible_cooling_fan_design/){ .md-button .md-button--primary }
|
||||
|
||||
## Battery Replacement
|
||||
|
||||
- Depending on the battery health (cycle count, max capacity), consider getting a battery replacement. See [Lenovo Part 01AV494](https://lenovo.encompass.com/item/11537594/Lenovo/01AV494/). Avoid battery replacements from eBay as their autheticity cannot be verified.
|
||||
!!! recommendation
|
||||
|
||||
![Lenovo Part 01AV494](https://encompass-11307.kxcdn.com/imageDisplay?id=11537594&mfgCode=LEN&size=s){ align=right }
|
||||
|
||||
Depending on the battery health (cycle count, max capacity), consider getting a battery replacement.
|
||||
|
||||
!!! warning
|
||||
|
||||
Avoid battery replacements from eBay as their autheticity cannot be verified. Addtionaly, their reported capacity, cycle count, and longevity can be misleading.
|
||||
|
||||
[Purchase from lenovo.encompass.com](https://lenovo.encompass.com/item/11537594/Lenovo/01AV494/){ .md-button .md-button--primary }
|
|
@ -1,4 +1,4 @@
|
|||
## Internal Technical Details on the X1C6
|
||||
## Internal Resources
|
||||
|
||||
!!! note
|
||||
|
||||
|
@ -16,23 +16,23 @@
|
|||
|
||||
6. JackSense, EAPD, and AppleALC Patch Explaination: [Issue #75/ comment by ghost](https://github.com/tylernguyen/x1c6-hackintosh/issues/75#issuecomment-705889447)
|
||||
|
||||
## External Technical Details
|
||||
## External Resources
|
||||
|
||||
### ACPI, ASL, and Patches
|
||||
|
||||
1. The patches written for this project are in ASL. Consder reading the [ACPI Source Language (ASL) Tutorial v20190625](https://acpica.org/sites/acpica/files/asl_tutorial_v20190625.pdf) to get a basic understanding of the patches' code.
|
||||
- The patches written for this project are in ASL. Consder reading the [ACPI Source Language (ASL) Tutorial v20190625](https://acpica.org/sites/acpica/files/asl_tutorial_v20190625.pdf) to get a basic understanding of the patches' code.
|
||||
|
||||
!!! info
|
||||
|
||||
The Ubuntu Wiki also has an [ACPI Tricks and Tips](https://wiki.ubuntu.com/Kernel/Reference/ACPITricksAndTips) section.
|
||||
|
||||
2. [5T33Z0/OC-Little-Translated](https://github.com/5T33Z0/OC-Little-Translated) is the English docs translation of [daliansky/OC-little](https://github.com/daliansky/OC-little). It is helpful to refer to existing patches when Hackintoshing.
|
||||
- [5T33Z0/OC-Little-Translated](https://github.com/5T33Z0/OC-Little-Translated) is the English docs translation of [daliansky/OC-little](https://github.com/daliansky/OC-little). It is helpful to refer to existing patches when Hackintoshing.
|
||||
|
||||
!!! warning
|
||||
|
||||
Some patches within OC-Little can be oudated, badly done, or fragmented because of different patch authors. Consider using this resource only as a reference and basic guide, not a patch repository.
|
||||
|
||||
3. Consider referencing the [MacbookPro14,1 ACPI Dump](https://github.com/khronokernel/DarwinDumped/tree/master/MacBookPro/MacBookPro14%2C1) when trying to understand certain functions within macOS.
|
||||
- Consider referencing the [MacbookPro14,1 ACPI Dump](https://github.com/khronokernel/DarwinDumped/tree/master/MacBookPro/MacBookPro14%2C1) when trying to understand certain functions within macOS.
|
||||
|
||||
### Acidanthera Official Docs
|
||||
|
||||
|
|
Loading…
Reference in a new issue