|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-53944506-5CA2-52BA-8D5A-9EE72092612B" xml:lang="en"><title>Bootstrap</title><shortdesc>Describes what is the bootstrap and how to implement it for a specific |
|
13 platform.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The bootstrap is a program that the phone runs after a hardware reset. |
|
15 The task of the bootstrap is to prepare a basic environment for the kernel |
|
16 to run. If the phone uses NAND Flash, then the NAND Flash Core Loader loads |
|
17 and starts the bootstrap.</p> |
|
18 <p>Symbian platform divides the bootstrap into a platform-independent layer |
|
19 that can be used with any ARM device, and a platform-specific layer that you |
|
20 must implement when you create a new phone. </p> |
|
21 </conbody><related-links> |
|
22 <link href="GUID-775B5858-4358-5195-B580-7C16AE4981C3.dita"><linktext>Flash Translation |
|
23 Layer Technology </linktext></link> |
|
24 <link href="GUID-80698E62-E310-59CA-A524-5CF44C437BE4.dita"><linktext>Base Starter</linktext> |
|
25 </link> |
|
26 <link href="GUID-A3449F37-89BB-5208-8FD5-F4DF73F7E71A.dita"><linktext>System Startup |
|
27 Overview</linktext></link> |
|
28 </related-links></concept> |