diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-15 09:04:35 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-15 09:05:23 +0200 |
| commit | 1113e812359a66591b0854a9f723ab8cd8b09274 (patch) | |
| tree | 16ff2d7dd88b9d28eb45d8eebf91c251ad92b972 /libs/acpi/test_data/basic_rsdp.asl | |
| parent | 1fa31688a0e237dec1170dcea9e8f0a0571a25e5 (diff) | |
| download | teachos-1113e812359a66591b0854a9f723ab8cd8b09274.tar.xz teachos-1113e812359a66591b0854a9f723ab8cd8b09274.zip | |
acpi: add rsdp test data
Diffstat (limited to 'libs/acpi/test_data/basic_rsdp.asl')
| -rw-r--r-- | libs/acpi/test_data/basic_rsdp.asl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/acpi/test_data/basic_rsdp.asl b/libs/acpi/test_data/basic_rsdp.asl new file mode 100644 index 0000000..8274c0f --- /dev/null +++ b/libs/acpi/test_data/basic_rsdp.asl @@ -0,0 +1,16 @@ +/* + * Intel ACPI Component Architecture + * iASL Compiler/Disassembler version 20251212 (64-bit version) + * Copyright (c) 2000 - 2025 Intel Corporation + * + * Template for [RSDP] ACPI Table (AML byte code table) + */ +[0008] Signature : "RSD PTR " +[0001] Checksum : 43 +[0006] Oem ID : "INTEL " +[0001] Revision : 02 +[0004] RSDT Address : 00000000 +[0004] Length : 00000024 +[0008] XSDT Address : 0000000000000000 +[0001] Extended Checksum : DC +[0003] Reserved : 000000 |
