• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

  • We regret to inform you that our server had an unexpected catastrophic failure and we lost the recent backups as well. The last healthy backups was restored of February 24, 2025. Members who have already registered, please consider a reregistration. Once re-registered, the memberships will be restored for those who have purchased a membership. We'll continue to monitor and send emails to assist you to have you onboard. Any inconvenience is highly regretted. Thank you for your continued support and participations.

    Sincerely, EliteMacx86
MaciASL

MaciASL 1.6.2

No permission to download

MaciASL​

This repository is an unfortunate necessity, as the original project is not maintained, crashes very often, and the license requires me to publish the source code. If you are phpdev32, you are welcome to take over and merge the changes upstream.

A native AML compiler and IDE for macOS, with syntax coloring, tree navigation, automated patching, online patch file repositories, and iASL binary updates. Written entirely in Cocoa, conforms to macOS guidelines.

Features​

  • Syntax Coloring
  • Live tree navigation
  • Native OS X autosaving and restore
  • File patching
  • Online patch file repositories
  • Updatable iASL binary
  • Customizable text and layout
  • Compiler summary and hinting

Compiling iasl​

To build the latest ACPI compiler download the latest source release from ACPICA and compile it with the following command:

CFLAGS="-mmacosx-version-min=10.7 -O3" \
LDFLAGS="-mmacosx-version-min=10.7" \
make iasl -j $(getconf _NPROCESSORS_ONLN)
The binary will be present at generate/unix/bin/iasl path, and should replace iasl-stable or iasl-dev in the project dir.

Changelog v1.6.2
  • Implement automatic updates with Sparkle, thanks to @SkyrilHD
Author
Striker
Downloads
122
Views
1,924
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Striker

Share this resource