Refactor ACPI, implement poweroff correctly using the DSDT in ACPI

This commit is contained in:
Jeremy Soller
2017-03-19 16:45:19 -06:00
parent e726234bc6
commit 228cd79cd4
5 changed files with 156 additions and 70 deletions

View File

@@ -3,7 +3,7 @@
//! The Redox OS Kernel is a hybrid kernel that supports X86_64 systems and
//! provides Unix-like syscalls for primarily Rust applications
#![deny(warnings)]
//#![deny(warnings)]
#![feature(alloc)]
#![feature(asm)]
#![feature(collections)]