-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (20 loc) · 982 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
====
SLICLoader - EFI program that modifies ACPI tables before boot
====
==Building==
This program must be built using the EDKII toolchain. For example,
place this folder into edk2/MdeModulesPkg/Application and add the
.inf file to edk2/MdeModulesPkg/MdeModulesPkg.dsc and run the
EDK build program.
The build has only been tested on 64-bit Linux with GCC 4.7.
The program itself has only been tested on a 64-bit little-endian
platform with ACPI version 2. ACPI version 1 is supported and may
work, but has not been tested.
==Disclaimer==
This program is for EDUCATIONAL PURPOSES ONLY. It serves to
demonstrate how UEFI applications are developed, how ACPI
tables can be created and modified, and how operating systems can
determine their OEM's information. The author is not responsible
for how the end-user utilizes this program. The author does not
condone software piracy or methods of circumventing digital
rights management systems. Use this software at your own risk.