From 5fa52c716841351bbd5a53b3330dbf1661ee1cdc Mon Sep 17 00:00:00 2001 From: HaoYan Qi Date: Fri, 21 Feb 2020 20:31:00 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8765814..6918652 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,13 @@ SMCAMDProcessor AMD Processor power management plugin for [VirtualSMC](https://github.com/acidanthera/VirtualSMC). -Please notices that this is a very initial release. Due to the limited resources I have this software have only be tested on a Ryzen 9 3900X processor. + +Please note that this release is at very initial stage of development, make sure you have a proper backup your EFI folder and never run on any system that matters. This software have been tested only on a Ryzen 9 3900X processor. #### Features -- Supports for reading of temperature, enegry data on AMD 17h Processors. +- Supports for reading of temperature, energy data on AMD 17h Processors. + +![alt cover](https://raw.githubusercontent.com/trulyspinach/SMCAMDProcessor/master/imgs/iStats.png?token=ACEQAOUQWAAIXGLIPL563PK6LECW6) From 2e2e4b849ca1d46c754de0067f9f94f2f498229f Mon Sep 17 00:00:00 2001 From: HaoYan Qi Date: Fri, 21 Feb 2020 20:39:59 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6918652..41a5e39 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ Please note that this release is at very initial stage of development, make sure ![alt cover](https://raw.githubusercontent.com/trulyspinach/SMCAMDProcessor/master/imgs/iStats.png?token=ACEQAOUQWAAIXGLIPL563PK6LECW6) + + +#### Notes +- I am still fairly new to macOS kernel development, this software project was initally a hobby project to get some reading on my newly built AMD hackintosh computer. + +- With that being said, please bear with some of the spaghetti and not-idiomatic codes. Any criticism is much welcomed :)