README
======

Run make in this top-level directory to build the entire 12 examples.

	make

You can run make clean in this top-level directory to remove the built files.

	make clean

From each example, you need to use the sos.elf file. Copy it to your hard-disk /boot, and create a grub entry to test it. For example:

	title	SimpleOS
	root	(hd0,4)
	kernel	/boot/sos.elf

All the 12 examples have successfully tested with GCC 4.1.2 on Debian Etch GNU/Linux running on HP nx7400 laptop.

SimpleOS articles/examples were written by Thomas Petazzoni and David Decotigny and published in (GNU/)Linux Magazine, France (2004-2006).
http://sos.enix.org/fr/PagePrincipale

--
Shakthi Kannan
shakthimaan@gmail.com
http://www.shakthimaan.com

25 July, 2007