Integrate uACPI
This commit is contained in:
11
kernel/hal/x86_64/uACPI/tests/test-cases/local0_string.asl
Normal file
11
kernel/hal/x86_64/uACPI/tests/test-cases/local0_string.asl
Normal file
@ -0,0 +1,11 @@
|
||||
// Name: Return String Using Local0
|
||||
// Expect: str => hello world
|
||||
|
||||
DefinitionBlock ("", "DSDT", 2, "uTEST", "TESTTABL", 0xF0F0F0F0)
|
||||
{
|
||||
Method (MAIN, 0, NotSerialized)
|
||||
{
|
||||
Debug = (Local0 = "hello world")
|
||||
Return (Local0)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user