feat: expanded ACPI support, initial support for S3 sleep

This commit is contained in:
2026-03-15 00:55:19 +01:00
parent 261b536041
commit 64c26f4288
39 changed files with 4403 additions and 59 deletions
+3
View File
@@ -171,6 +171,9 @@ namespace Montauk {
static constexpr uint64_t SYS_BTLIST = 87;
static constexpr uint64_t SYS_BTINFO = 88;
/* Power.hpp */
static constexpr uint64_t SYS_SUSPEND = 89;
static constexpr int SOCK_TCP = 1;
static constexpr int SOCK_UDP = 2;