Re: factor out common s2ram wakeup code

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: H. Peter Anvin
Date: Friday, January 25, 2008 - 4:36 pm

Pavel Machek wrote:

Surely this needs some cleaning up?  ;)


BEEP isn't actually used here and should probably be a C function if 
needed.  Note: in real mode you can also produce a beep by calling
int $0x10 with %ax = 0x0e07.  Please note that some int $0x10 
implementations clobber certain registers... see the INT10 macro in the 
bootup code.

Seriously cool, though, that you're getting this far.

	-hpa
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: factor out common s2ram wakeup code, Pavel Machek, (Fri Jan 25, 4:12 pm)
Re: factor out common s2ram wakeup code, H. Peter Anvin, (Fri Jan 25, 4:36 pm)