1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>Initialization: Overview</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">Initialization: Overview <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1> 12<P>When developing TWL or NITRO applications using the TWL-SDK, always call <CODE><A href="OS_Init.html" target="_self">OS_Init</A></CODE> as soon as <CODE>NitroMain</CODE> is entered. The functions called internally by <CODE>OS_Init</CODE> are required for proper behavior and cannot be called in any other order.<BR> (In the sample demo <CODE>os/cplusplus-1</CODE>, implemented in C++, the <CODE>OS_Init</CODE> function is called before <CODE>NitroMain</CODE> because memory management needs to be initialized.) 13</P> 14 15<P>The functions called inside <CODE>OS_Init</CODE> differ depending on whether the system is operating in NITRO or TWL mode. For details, see the <CODE><A href="OS_Init.html">OS_Init</A></CODE> function. 16</P> 17 18<H2>See Also</H2> 19<P><CODE><A href="OS_Init.html">OS_Init</A><BR></CODE> <A href="../list_os.html">OS Function List</A><BR></P> 20<H2>Revision History</H2> 21<P> 222009/06/03 Initial version.</P> 23<hr><p>CONFIDENTIAL</p></body> 24</HTML>