hey i need some help,
i would like to implement something like this, in my case i must turn off lcd/monitor using an acpi method, i need to execute it on ms-dos, please someone can help me?
thanks!!
turn off LCD/MONITOR using ACPI on MS-DOS!
-
- Posts: 5
- Joined: Mon Jul 15, 2013 6:49 am
Re: turn off LCD/MONITOR using ACPI on MS-DOS!
Hi,
Have you looked at the ACPI specification? Is this homework?
You have a few options:
- Find a COM that will do it for you.
- Use ACPICA.
- Implement an AML interpreter from scratch.
Cheers,
Adam
Have you looked at the ACPI specification? Is this homework?
You have a few options:
- Find a COM that will do it for you.
- Use ACPICA.
- Implement an AML interpreter from scratch.
Cheers,
Adam
-
- Posts: 5
- Joined: Mon Jul 15, 2013 6:49 am
Re: turn off LCD/MONITOR using ACPI on MS-DOS!
Hello Adam,
It's a small project from university, I've read ACPI specification, I don't know where to start.
I need to create a C program to run on MS-DOS, which turns off LCD pressing a key, and I need to write this code using ACPI, we can't use APM.
It's a small project from university, I've read ACPI specification, I don't know where to start.
I need to create a C program to run on MS-DOS, which turns off LCD pressing a key, and I need to write this code using ACPI, we can't use APM.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: turn off LCD/MONITOR using ACPI on MS-DOS!
Perhaps you should work on setting up your development environment, it'll be a little challenging to do anything at all without a working compiler.
After do you do that, ask your teacher/instructor for help.
HINT: This is not a small project.
After do you do that, ask your teacher/instructor for help.
HINT: This is not a small project.
Re: turn off LCD/MONITOR using ACPI on MS-DOS!
Hi,
I hope you've been given a long time for this...
Good luck,
Adam
I hope you've been given a long time for this...
Good luck,
Adam