                    L4Linux--freezer - installation 
                    ###############################

                              S. Sumpf

INSTALLATION
~~~~~~~~~~~~

* checkout and build lxfreeze
* checkout l4linux
* 'make menuconfig'
* Power management options --->
		[*] Power Management support 
	L4Linux configuration --->
		Power Management --->
			[*] Enable L4 software suspend
		Advanced options --->
			[*] Enable interrupt synchronization
* 'make'

USAGE
~~~~~

* suspend L4Linux "echo ds > /sys/power/l4state"
* resume L4Linux:
	1. build examples/run_lx (console/proxygon) by hitting 'R'
	 or
	2. build example freezer_gui (DOpE)
	 or
	3. have a look at examples/wakeup


