diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:03:35 +0200 |
| commit | 776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (patch) | |
| tree | 06b094e66f1a15a4282fc6294ab5d4751b792754 /libs/acpi/test_data/basic_xsdt.asl | |
| parent | 28cae58fe117e5fcfc46fd6378e19387cd73b2fe (diff) | |
| download | teachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.tar.xz teachos-776ab2749d5af0a34fd2aa6103a377ddc04d4c53.zip | |
acpi: introduce XSDT type
Diffstat (limited to 'libs/acpi/test_data/basic_xsdt.asl')
| -rw-r--r-- | libs/acpi/test_data/basic_xsdt.asl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libs/acpi/test_data/basic_xsdt.asl b/libs/acpi/test_data/basic_xsdt.asl new file mode 100644 index 0000000..d8589f9 --- /dev/null +++ b/libs/acpi/test_data/basic_xsdt.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 [XSDT] ACPI Table (static data table) + * Format: [ByteLength] FieldName : HexFieldValue + */ +[0004] Signature : "XSDT" [Extended System Description Table] +[0004] Table Length : 00000064 +[0001] Revision : 01 +[0001] Checksum : 8B +[0006] Oem ID : "INTEL " +[0008] Oem Table ID : "TEMPLATE" +[0004] Oem Revision : 00000001 +[0004] Asl Compiler ID : "INTL" +[0004] Asl Compiler Revision : 20100528 + +[0008] ACPI Table Address 0 : 0000000000000010 +[0008] ACPI Table Address 1 : 0000000000000020 +[0008] ACPI Table Address 2 : 0000000000000030 +[0008] ACPI Table Address 3 : 0000000000000040 +[0008] ACPI Table Address 4 : 0000000000000050 +[0008] ACPI Table Address 5 : 0000000000000060 +[0008] ACPI Table Address 6 : 0000000000000070 +[0008] ACPI Table Address 7 : 0000000000000080 |
