Skip to content

acpid: serialize symbols with RON, migrate to redox_scheme, import syscall::io

Kamil Koczurek requested to merge kamirr/drivers:kek/acpid-scheme into master
  • Recent change to syscall::io::Mmio has introduced a build regression. The entire module has been moved to common and patched locally because it makes more sense for it to be here.
  • Change symbol serialization to RON in acpid.
  • Patch all drivers to use common::io instead of syscall::io.
Edited by Kamil Koczurek

Merge request reports