Details

Symbian OS Internals


Symbian OS Internals

Real-time Kernel Programming
1. Aufl.

von: Jane Sales

56,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 13.12.2005
ISBN/EAN: 9780470025253
Sprache: englisch
Anzahl Seiten: 936

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

Take a look inside Symbian OS with an under-the-hood view of Symbian's revolutionary new real-time smartphone kernel <ul> <li>Describes the functioning of the new real-time kernel, which will become ubiquitious on Symbian OS phones in the next 5-10 years</li> <li>Will benefit the base-porting engineer by providing a more solid understanding of the OS being ported</li> <li>Contains an in-depth explanation of how Symbian OS drivers work. Device drivers have changed considerably with the introduction of a single code - this book helps those converting them to the new kernel</li> <li>The book has broad appeal and is relevant to all who work with Symbian OS at a low level, whatever Symbian OS they are targeting</li> <li>Written by the engineers who actually designed and built the real-time kernel</li> </ul>
<b>Symbian Press Acknowledgments.</b> <p><b>About this Book.</b></p> <p><b>About the Authors.</b></p> <p><b>1 Introducing EKA2.</b></p> <p>1.1 The history of EKA2.</p> <p>1.2 Basic OS concepts.</p> <p>1.3 Symbian OS design.</p> <p>1.4 Summary.</p> <p><b>2 Hardware for Symbian OS.</b></p> <p>2.1 Inside a Symbian OS phone.</p> <p>2.2 System-on-Chip (SoC).</p> <p>2.3 Random Access Memory (RAM).</p> <p>2.4 Flash memory.</p> <p>2.5 Interrupts.</p> <p>2.6 Timers.</p> <p>2.7 Direct Memory Access (DMA).</p> <p>2.8 Liquid Crystal Display (LCD).</p> <p>2.9 Audio.</p> <p>2.10 Power management.</p> <p>2.11 Summary.</p> <p><b>3 Threads, Processes and Libraries.</b></p> <p>3.1 What is a thread?</p> <p>3.2 Nanokernel threads.</p> <p>3.3 Symbian OS threads.</p> <p>3.4 What is a process?</p> <p>3.5 DProcess class.</p> <p>3.6 Scheduling.</p> <p>3.7 Dynamically loaded libraries.</p> <p>3.8 Summary.</p> <p><b>4 Inter-thread Communication.</b></p> <p>4.1 Client-server ITC.</p> <p>4.2 Asynchronous message queues.</p> <p>4.3 Kernel-side messages.</p> <p>4.4 Publish and subscribe.</p> <p>4.5 Shared chunks and shared I/O buffers.</p> <p>4.6 Summary.</p> <p><b>5 Kernel Services.</b></p> <p>5.1 Objects and handles.</p> <p>5.2 Services provided to user threads.</p> <p>5.3 Example user-accessible services.</p> <p>5.4 Services provided by the kernel to the kernel.</p> <p>5.5 Timers.</p> <p>5.6 Summary.</p> <p><b>6 Interrupts and Exceptions.</b></p> <p>6.1 Exception types.</p> <p>6.2 Exceptions on real hardware.</p> <p>6.3 Interrupts.</p> <p>6.4 Aborts, traps and faults.</p> <p>6.5 Summary.</p> <p><b>7 Memory Models.</b></p> <p>7.1 The memory model.</p> <p>7.2 MMUs and caches.</p> <p>7.3 The memory model interface.</p> <p>7.4 The memory models.</p> <p>7.5 Programmer APIs.</p> <p>7.6 Memory allocation.</p> <p>7.7 Low memory.</p> <p>7.8 Summary.</p> <p><b>8 Platform Security.</b></p> <p>8.1 Introduction.</p> <p>8.2 Unit of trust.</p> <p>8.3 Capability model.</p> <p>8.4 Data caging.</p> <p>8.5 Summary.</p> <p><b>9 The File Server.</b></p> <p>9.1 Overview.</p> <p>9.2 The file server client API.</p> <p>9.3 The file server.</p> <p>9.4 File systems.</p> <p>9.5 Summary.</p> <p><b>10 The Loader.</b></p> <p>10.1 E32 image file format.</p> <p>10.2 ROM image file format.</p> <p>10.3 The loader server.</p> <p>10.4 Kernel-side code management.</p> <p>10.5 Summary.</p> <p><b>11 The Window Server.</b></p> <p>11.1 The kernel’s event handler.</p> <p>11.2 Different types of events.</p> <p>11.3 How WSERV processes events.</p> <p>11.4 Processing key events.</p> <p>11.5 Processing pointer events.</p> <p>11.6 Client queues.</p> <p>11.7 A simple handwriting animation DLL.</p> <p>11.8 Window objects and classes.</p> <p>11.9 Properties of windows.</p> <p>11.10 Drawing to windows.</p> <p>11.11 Direct screen access.</p> <p>11.12 Platform security in WSERV.3</p> <p>11.13 Summary.</p> <p><b>12 Device Drivers and Extensions.</b></p> <p>12.1 Device drivers and extensions in Symbian OS.</p> <p>12.2 Kernel extensions.</p> <p>12.3 The hardware abstraction layer.</p> <p>12.4 Device drivers.</p> <p>12.5 Differences between EKA1 and EKA2.</p> <p>12.6 Summary.</p> <p><b>13 Peripheral Support.</b></p> <p>13.1 DMA.</p> <p>13.2 Shared chunks.</p> <p>13.3 Media drivers and the local media sub-system.</p> <p>13.4 Peripheral bus controllers.</p> <p>13.5 MultiMediaCard support.</p> <p>13.6 USB device support.</p> <p>13.7 Summary.</p> <p><b>14 Kernel-Side Debug.</b></p> <p>14.1 Overview.</p> <p>14.2 Architecture.</p> <p>14.3 The kernel debug interface.</p> <p>14.4 Target debugger agents.</p> <p>14.5 Stop-mode debug API.</p> <p>14.6 Kernel trace channel.</p> <p>14.7 Summary.</p> <p><b>15 Power Management.</b></p> <p>15.1 Power states.</p> <p>15.2 Power framework.</p> <p>15.3 Typical power management.</p> <p>15.4 Managing idle time.</p> <p>15.5 Advanced power management.</p> <p>15.6 Summary.</p> <p><b>16 Boot Processes.</b></p> <p>16.1 Operating system startup.</p> <p>16.2 Alternative startup scenarios.</p> <p>16.3 Operating system shutdown.</p> <p>16.4 Operating system sleep and wakeup events.</p> <p>16.5 Summary.</p> <p><b>17 Real Time.</b></p> <p>17.1 What is real time?</p> <p>17.2 Real time operating systems.</p> <p>17.3 EKA2 and real time.</p> <p>17.4 Real time application – GSM.</p> <p>17.5 Personality layers.</p> <p>17.6 Summary.</p> <p><b>18 Ensuring Performance.</b></p> <p>18.1 Writing efficient code.</p> <p>18.2 Maintaining real-time performance.</p> <p>18.3 Summary.</p> <p><b>Appendix 1: Glossary.</b></p> <p><b>Appendix 2: The E32ImageHeader.</b></p> <p><b>Appendix 3: The TRomImageHeader.</b></p> <p><b>Appendix 4: Bibliography.</b></p> <p><b>Index.</b></p>
Jane Sales, Lead Author <p>Jane joined Symbian (then Psion) in 1995 to lad the team whose goal was to create a new 32-bit operating system, now known as EKA1. This goal was realized two years later, when the Psion Series 5 was released. Since then, Jane has taken on variety of roles within Symbian, Including product management, systems architecture and setting up a small product -focused research group in Japan.</p> <p>Jane Studied at Jesus college, Oxford, where she gained an NA in mathematics in 1982. After that, she became part of a small team building a microcomputer to which they ported CCPIM, It was he start of a long-lasting love of systems programming.</p> <p>In 2003, Jane Moved to the South of France and Began work on this book She would like to thank her husband, Roger, for his moral and financial support over the Succeeding 18 months.</p> <p>Corinne Dive-Reclus</p> <p>Corinne joined Symbian in 2001 after several years at Baltimore Ltd, where she designed the embedded software of ACCE ( Advanced Configurable Crypto Environment), a cryptographic hardware module certified FIPS 140-1 Level 4.</p> <p>In 1987, her first job was as a presales engineer at Sun Microsystems France where she was exposed to the concept of Network Computing & Internet and to its very first remote attacks - at a time when this was still confidential. Being more interested in development than presales, she subsequently worked as a software engineer for Concepts and Implicit, developing an RAD )Rapid Application Development) Programming Language for the creation of distributed data-oriented applications. Since joining Symbian, Corinne has been the Platform Security System Architect, and has worked on the platform security architecture from its initial design to its implementation in Symbain V9. To ensure that all layers of the operating system will contribute to its overall security, she worked extensively with Andrew Thoelke and Dennis May to validate the security features of EKA2, design new services such as Publish & Subscribe and Capability Model, as well as defining the new behavior of the file server, known as Data Caging. For this work, Corinne received the Symbian Technical Innovation award in 2003.</p> <p>Fulfilling an early passion for Prehistoric Archaeology & Computing, Corinne graduate from the Ecole National Superieure de Geologie, a unique French Institution combining a five-year curriculum in Engineering and Earth Science.</p> <p>Douglas Feather</p> <p>Douglas Joined Symbian (then Psion) in 1994. He started by leading the writing of the text formatting engine for the Psion S5. He has also worked in the Web Browser and Core Apps teams where he rewrote most of the versit parser to greatly improve its performance. For five out of the last seven years he has worked mainly on ht Window Server, where he added full color support, a framework to allow digital ink to be drawn over the other applications, support for multiple screens and to be drawn over the other applications, support for multiple screens and transparent windows.</p> <p>Douglas has a BSc in Mathematics from Southampton University and a PhD in Number Theory from Nottingham University. he is a Committed Christian and regularly engages in vigorous theological debate, to defend the biblical truths about Jesus Christ, at Speaker's Corner (Hyde Park, London) on Sunday afternoons.</p>
<b>Symbian OS is the advanced, customizable operating systems licensed by the world's leading mobile phone manufacturers. It is designed for the specific requirements of advanced 2.5G and 3G mobile phones.</b> <p>Symbian OS has a new, real-time kernel. This book will help you get up to speed on this exciting new technology. Symbian OS Internals is written by Symbian's kernel engineers, and will give a privileged look inside the world's most popular mobile phone operating system.</p> <p>If you want to know what really makes the kernel tick, then this is the book for you. Symbian OS Internals describes in great detail the workings of the system layers of Symbian OS, covering a wide range of topics, such as:</p> <ul> <li> <div>Processes, threads and libraries</div> </li> <li> <div>interrupts and exceptions</div> </li> <li> <div>device drivers</div> </li> <li> <div>the file and window servers</div> </li> <li> <div>power management</div> </li> <li> <div>ensuring high performance</div> </li> <li> <div>platform security</div> </li> </ul> <p>If you are developing drivers and servers for Symbian OS, porting the kernel of performing pre-market mobile phone OS analysis, then this book will give you a deeper understanding of the new Symbian OS real-time kernel.</p>

Diese Produkte könnten Sie auch interessieren:

Symbian OS Explained
Symbian OS Explained
von: Jo Stichbury
PDF ebook
32,99 €
Parallel Combinatorial Optimization
Parallel Combinatorial Optimization
von: El-Ghazali Talbi
PDF ebook
120,99 €
The Accredited Symbian Developer Primer
The Accredited Symbian Developer Primer
von: Jo Stichbury, Mark Jacobs
PDF ebook
32,99 €