Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 526 Bytes

OCValidamus

Validate your OpenCore BSP by checking the existence of:

- ACPI
- Drivers
- Kexts
- Tools

Requirements

  • Python 3.10

Usage

Copy ocvalidamus.py outside the EFI directory

e.g.

├── EFI
│   ├── BOOT
│   └── OC
├── ocvalidamus.py

Run python3 ocvalidamus.py and check the output of the terminal output

Credits