ChinaUnix.net
相关文章推荐:

arm kernel

some tips: 1. Under the ARM kernel tree, you will find a suffix to the kernel version number: -rmkN, or -vrsN where 'N' is the patch release number. 2. Other maintainers, such as Nicolas Pitre, may produce additional patches, and these will add an additional suffix to denote their version. Nicolas Pitre's patches add a -np suffix, eg 2.4.21-rmk2-np1. 3. Some files may be named (eg) pre-patch-x....

by xiangshu - Linux文档专区 - 2006-12-25 22:04:27 阅读(747) 回复(0)

相关讨论

This guide will give you step by step instructions about compiling a kernel for ARM machines on the target platform. If you find something missing or unclear, please send a mail to the linux-arm list. Here are some initial notes to help you understand the terminology and conventions used in this document: "bash$" and "bash#" are shell prompts, not commands to be typed. "host" means the machine ...

by 晴有林风 - Linux文档专区 - 2006-06-30 19:01:32 阅读(734) 回复(0)

Booting ARM Linux Author: Russell King Initial date: May 18, 2002 Revision: [color="blue"]1 - 17 September 2004 [color="red"]2 - 30 September 2004 In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing information to the kernel. Essent...

by tq08g2z - Linux文档专区 - 2010-01-19 14:22:35 阅读(996) 回复(0)

这个文章大概就是boot linux的圣经 Booting ARM Linux Author: Russell King Initial date: May 18, 2002 Revision: [color="blue"]1 - 17 September 2004 [color="red"]2 - 30 September 2004 In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing ...

by john8714105 - Linux文档专区 - 2009-09-02 11:57:39 阅读(1046) 回复(0)

In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing information to the kernel. Essentially, the boot loader should provide (as a minimum) the following: Setup and initialise the RAM. Initialise one serial port. Detect the m...

by yqliu29 - Linux文档专区 - 2008-11-24 11:40:14 阅读(620) 回复(0)

Kernel Memory Layout on ARM Linux Russell King November 17, 2005 (2.6.15) This document describes the virtual memory layout which the Linux kernel uses for ARM processors. It indicates which regions are free for platforms to use, and which are used by generic code. The ARM CPU is capable of addressing a maximum of 4GB virtual memory space, and this must be shared between user space pro...

by YSLAU - Linux文档专区 - 2007-11-04 11:08:46 阅读(1598) 回复(0)

http://www.arm.linux.org.uk/developer/booting.php#5 Author: Russell King Initial date: May 18, 2002 Revision: 1 - 17 September 2004 2 - 30 September 2004 In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing information to the ker...

by j1j1h1 - Linux文档专区 - 2007-09-28 15:23:56 阅读(481) 回复(0)

发现一篇比我自己写的《linux启动流程分析(1)---bootloader启动内核》要好的文章 http://www.arm.linux.org.uk/developer/booting.php#5 Author: Russell King Initial date: May 18, 2002 Revision: 1 - 17 September 2004 2 - 30 September 2004 In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various dev...

by taoyuetao - Linux文档专区 - 2007-02-12 11:03:51 阅读(793) 回复(0)

转载自 http://www.arm.linux.org.uk/developer/booting.php Author: Russell King Initial date: May 18, 2002 Revision: 1 - 17 September 2004 2 - 30 September 2004 In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing information to the ke...

by jackliu1019 - Linux文档专区 - 2006-12-06 16:01:52 阅读(707) 回复(0)

Kernel Memory Layout on ARM Linux Russell King November 17, 2005 (2.6.15) 这个文档描述了linux内核对于arm的虚拟内存,这表明哪些区域是自由的使用对于这个平台,并且哪些是被一般的代码使用的. ARM能支持4G的VM,这是共享的在有用户空间,内核和设备空间. 随着ARM体系的成熟,这是必要的去保留一定的VM区域为新的设备的使用,因此随意时间的过去这个文档可能保留更多的空间. Start End Use -------------------------...

by jiok - Linux文档专区 - 2006-09-02 13:09:32 阅读(837) 回复(0)

Kernel Memory Layout on ARM Linux Russell King November 17, 2005 (2.6.15) This document describes the virtual memory layout which the Linux kernel uses for ARM processors. It indicates which regions are free for platforms to use, and which are used by generic code. The ARM CPU is capable of addressing a maximum of 4GB virtual memory space, and this must be shared between user space pr...

by rwen2012 - Linux文档专区 - 2006-07-07 01:56:03 阅读(602) 回复(0)