Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 898 Bytes

README.md

File metadata and controls

55 lines (34 loc) · 898 Bytes

A Tui/Web-based ACPI Table Editor


acpied

Background

Upgrading ACPI tables via initrd

Build and Install

# build
$ make

# install
$ make install

Usage

acpied

Key Bindings

Navigate dsl files

  • Up: previous dsl file.
  • Down: next dsl file.

Edit dsl file

Support for vim-like key bindings.

Apply modifications.

Applying means assembling the tweaked dsl file, adding it to initrd file, creating a new initrd file, and setting it as the initrd file used by the boot entry.

To apply the modifications, press Ctrl+A.

Log file

Log file path: /var/log/acpied.log

Todo:

  • Check following kernel configurations.
    • CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
    • CONFIG_ACPI_TABLE_UPGRADE=y
  • Implement web mode.