diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-15 08:55:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-15 08:55:03 +0200 |
| commit | 1fa31688a0e237dec1170dcea9e8f0a0571a25e5 (patch) | |
| tree | 47670a4f05f50d45be078e6429950ff5c0b3ca48 /libs/acpi/test_data/basic_rsdt.asl | |
| parent | eacc1becd1308a01a7ffcddf7c8910c8dc708939 (diff) | |
| download | teachos-1fa31688a0e237dec1170dcea9e8f0a0571a25e5.tar.xz teachos-1fa31688a0e237dec1170dcea9e8f0a0571a25e5.zip | |
acpi: add basic MADT tests
Diffstat (limited to 'libs/acpi/test_data/basic_rsdt.asl')
| -rw-r--r-- | libs/acpi/test_data/basic_rsdt.asl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libs/acpi/test_data/basic_rsdt.asl b/libs/acpi/test_data/basic_rsdt.asl new file mode 100644 index 0000000..6cf4c7a --- /dev/null +++ b/libs/acpi/test_data/basic_rsdt.asl @@ -0,0 +1,26 @@ +/* + * Intel ACPI Component Architecture + * iASL Compiler/Disassembler version 20251212 (64-bit version) + * Copyright (c) 2000 - 2025 Intel Corporation + * + * Template for [RSDT] ACPI Table (static data table) + * Format: [ByteLength] FieldName : HexFieldValue + */ +[0004] Signature : "RSDT" [Root System Description Table] +[0004] Table Length : 00000000 +[0001] Revision : 01 +[0001] Checksum : 00 +[0006] Oem ID : "INTEL " +[0008] Oem Table ID : "TEMPLATE" +[0004] Oem Revision : 00000001 +[0004] Asl Compiler ID : "INTL" +[0004] Asl Compiler Revision : 20100528 + +[0004] ACPI Table Address 0 : 00000010 +[0004] ACPI Table Address 1 : 00000020 +[0004] ACPI Table Address 2 : 00000030 +[0004] ACPI Table Address 3 : 00000040 +[0004] ACPI Table Address 4 : 00000050 +[0004] ACPI Table Address 5 : 00000060 +[0004] ACPI Table Address 6 : 00000070 +[0004] ACPI Table Address 7 : 00000080 |
