1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
4<head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
8</head>
9<body>
10<h1>misc - binlink Demo</h1>
11<h2>Description</h2>
12<div class="section">
13    <p>This sample links binary files. <BR> The binlink sample links the text file named &quot;test.txt.&quot;</p>
14</div>
15<h2>Required Environment</h2>
16<div class="section">
17    <p>None.</p>
18</div>
19<h2>How to Use</h2>
20<div class="section">
21    <p>None.</p>
22</div>
23<h2>Notes</h2>
24<div class="section">
25    <ul>
26        <li>This demo does not display anything on the screen. Logs are all displayed in debug output.<BR> Therefore, operations under a release build cannot be confirmed.</li>
27    </ul>
28</div>
29<h2>Execution Procedure</h2>
30<div class="section">
31<p>When the demo is executed, the following log is displayed in debug output.</p>
32<code>TEST_BEGIN: 0010f000<br /> TEST_END:0010f031<br /> test.txt: TESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTEST.<br /> *** End of demo ***</code>
33<p>There is no shutdown procedure. Stop execution in a timely manner.</p>
34</div>
35<h2>Revision History</h2>
36<div class="section">
37    <dl class="history">
38        <dt>2011/06/17</dt>
39<dd>Revised the log output</dd>
40        <dt>2011/02/02</dt>
41        <dd>Initial version.</dd>
42    </dl>
43</div>
44<hr><p>CONFIDENTIAL</p></body>
45</html>