1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00

mkdocs: improve readability

This commit is contained in:
Tyler Nguyen 2022-08-08 01:48:01 -05:00 committed by GitHub
parent 91e6b16696
commit f60030c13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 8 deletions

View file

@ -6,7 +6,7 @@ A modded BIOS will allow for more optimizations to be made for macOS and will ov
!!! recommendation !!! 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. 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.

View file

@ -5,8 +5,22 @@
## Replace the Fan (if applicable) ## 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 ## 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 }

View file

@ -1,4 +1,4 @@
## Internal Technical Details on the X1C6 ## Internal Resources
!!! note !!! 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) 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 ### 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 !!! info
The Ubuntu Wiki also has an [ACPI Tricks and Tips](https://wiki.ubuntu.com/Kernel/Reference/ACPITricksAndTips) section. 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 !!! 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. 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 ### Acidanthera Official Docs