Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The IGEP X-loader

10 bytes added, 23:17, 25 February 2011
no edit summary
<br># (C) Copyright 2009-2011 ISEE<br># Manel Caro (mcaro@iseebcn.com)<br>#<br># Change log:<br># Version: IGEP-X-Loader 2.0.1-2<br># <br># See file CREDITS for list of people who contributed to this<br># project.<br>#<br># This program is free software; you can redistribute it and/or<br># modify it under the terms of the GNU General Public License as<br># published by the Free Software Foundation; either version 2 of<br># the License, or (at your option) any later version.<br>#<br># This program is distributed in the hope that it will be useful,<br># but WITHOUT ANY WARRANTY; without even the implied warranty of<br># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the<br># GNU General Public License for more details.<br>#<br># You should have received a copy of the GNU General Public License<br># along with this program; if not, write to the Free Software<br># Foundation, Inc., 59 Temple Place, Suite 330, Boston,<br># MA 02111-1307 USA<br># 
<br>
Index<br>=====
----
[kernel] ----<br>* kaddress=0x80008000
Kernel copy address, you should use the same address used in kernel image<br>configuration. If you don't know what it means maybe it's better don't change it.
----
[kparams] ----<br>Kernel parameters, all these parameters are passed directly to the kernel using the<br>kernel command line.
kernel parameters documentation:<br>http://www.kernel.org/doc/Documentation/kernel-parameters.txt<br>http://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf/ch09.pdf