Shutdown without realmode
Shutdown without realmode
How can I shutdown the computer without realmode?
Re: Shutdown without realmode
implement ACPI (very very hard) or use the power switch (very easy)
Re: Shutdown without realmode
how can i use the power switch?
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: Shutdown without realmode
flip the switch on the computer? that will shut it off
seriously, if you want to turn it off in software, without using the BIOS calls, you must either write a separate driver for each MB, or implement ACPI
seriously, if you want to turn it off in software, without using the BIOS calls, you must either write a separate driver for each MB, or implement ACPI
-
- Member
- Posts: 144
- Joined: Tue Oct 26, 2004 11:00 pm
- Location: Australia
Re: Shutdown without realmode
Could you use VM86?
Two things are infinite: The universe and human stupidity. But I'm not quite sure about the universe.
--- Albert Einstein
--- Albert Einstein
Re: Shutdown without realmode
ok i try to implement ACPI. Thank You!
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System
Re: Shutdown without realmode
Why not just reverse the going to Pmode method, that's what i do.
Here's demo to do this:
http://www.dex4u.com/images/DemoVesa.zip
NOTE: This demo goes to realmode to swich vesa mode, but it could just as well shutdown.
Here's demo to do this:
http://www.dex4u.com/images/DemoVesa.zip
NOTE: This demo goes to realmode to swich vesa mode, but it could just as well shutdown.
Last edited by Dex on Tue Jun 06, 2006 11:00 pm, edited 1 time in total.
Re: Shutdown without realmode
thank you!
Rewriting virtual memory manager - Working on ELF support - Working on Device Drivers Handling
http://sourceforge.net/projects/jeko - Jeko Operating System
http://sourceforge.net/projects/jeko - Jeko Operating System