From ba3c41cc2f87a7d265f84db0f7a0ead0108e64bc Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Mon, 22 Aug 2022 22:31:02 +0800 Subject: [PATCH] Add notice for patching SOSI --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..903ce16 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# NOTICE + +Before compiling polaris edk2, you have to patch the DSDT. + +For example: + +``` +cd ${DEVICE}/ && wine ../bin/asl-x64.exe Dsdt.asl && mv DSDT.AML DSDT-orig.AML && cd ../ +./bin/sosi-patcher-x64 ./polaris/DSDT-orig.AML ./polaris/DSDT.aml 0x860098D8 +``` -- 2.45.2