TheRealZora / es-operating-system

github version of http://code.google.com/p/es-operating-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This directory contains ES operating system.

To build the ES operating system, a variety of development tools including
binutils, GCC, Newlib, and other runtime libraries need to be built. To
automatically set up the ES operating system software development kit, run
the 'setup' script out of the source directory, e.g.:

	cd
	mkdir es
	cd es
	wget http://es-operating-system.googlecode.com/files/es-x.y.z.tar.gz
	tar -zxvf es-x.y.z.tar.gz
	es-x.y.z/setup

The 'setup' script will download the required files from the Internet, and
generate build tools, runtime libraries, and ES operating system disk image.
Note once the 'setup' script is started, it tries to install the prerequisites
like gcc, bison, etc., using 'yum' or 'apt-get' which requires you to execute
the 'sudo' command.

The 'setup.webkit' script will download the required file of webkit, and 
build webkit demo file for both Linux and ES operating system.
Note that you need to build ES operating system environment before invoke 
this script.

ES operating system is open source software. See the file LICENSE for 
copying permission. The manuals, and some of the software programs, are
under different terms; see the individual source files for details.

See http://code.google.com/p/es-operating-system/ for how to report problems.

About

github version of http://code.google.com/p/es-operating-system/

License:Apache License 2.0


Languages

Language:C++ 44.2%Language:Makefile 39.7%Language:C 9.4%Language:Shell 3.8%Language:HTML 0.9%Language:Yacc 0.5%Language:JavaScript 0.5%Language:Assembly 0.4%Language:M4 0.2%Language:LLVM 0.1%Language:Objective-C 0.1%Language:CSS 0.1%Language:Perl 0.0%Language:Awk 0.0%Language:Java 0.0%