summaryrefslogtreecommitdiff
path: root/static/netbsd/man8/hpcboot.8 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man8/hpcboot.8 4.html')
-rw-r--r--static/netbsd/man8/hpcboot.8 4.html133
1 files changed, 0 insertions, 133 deletions
diff --git a/static/netbsd/man8/hpcboot.8 4.html b/static/netbsd/man8/hpcboot.8 4.html
deleted file mode 100644
index f03ac869..00000000
--- a/static/netbsd/man8/hpcboot.8 4.html
+++ /dev/null
@@ -1,133 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">HPCBOOT(8)</td>
- <td class="head-vol">System Manager's Manual</td>
- <td class="head-rtitle">HPCBOOT(8)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">hpcboot</code> &#x2014; <span class="Nd">load and
- boot kernel from Windows&#x00A0;CE</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<table class="Nm">
- <tr>
- <td><code class="Nm">hpcboot.exe</code></td>
- <td></td>
- </tr>
-</table>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp"><code class="Nm">hpcboot</code> is a program that runs on
- Windows&#x00A0;CE. It loads and executes the specified
- <span class="Ux">NetBSD</span> kernel. <code class="Nm">hpcboot</code>
- supports hpcarm, hpcmips, and hpcsh ports.</p>
-<p class="Pp">Click on the &#x201C;Boot&#x201D; button to start the boot process
- with selected options. Click on the &#x201C;Cancel&#x201D; button to exit
- <code class="Nm">hpcboot</code>.</p>
-<section class="Ss">
-<h2 class="Ss" id="Kernel_Tab"><a class="permalink" href="#Kernel_Tab">Kernel
- Tab</a></h2>
-<p class="Pp">On this tab you can select the kernel to boot and options to pass
- to the kernel.</p>
-<dl class="Bl-tag">
- <dt>Directory</dt>
- <dd>In this combobox you specify the &#x201C;current&#x201D; directory. The
- kernel and miniroot image pathnames are taken to be relative to this
- directory.
- <p class="Pp"><code class="Nm">hpcboot</code> can load kernel and miniroot
- from FAT and UFS filesystems, and via HTTP.</p>
- </dd>
- <dt>Kernel</dt>
- <dd>In this text field you specify the name of the kernel to load. Kernels
- compressed with <a class="Xr">gzip(1)</a> are supported.</dd>
- <dt>Model</dt>
- <dd>Select your H/PC model in this combobox.</dd>
- <dt>Root File System</dt>
- <dd>This group of controls lets you specify the desired root file system type.
- You can select <a class="Xr">wd(4)</a>, <a class="Xr">sd(4)</a>,
- <a class="Xr">md(4)</a>, and NFS root.
- <p class="Pp">If you select <a class="Xr">md(4)</a> memory disk root file
- system, you should specify the path name of the file system image in the
- text field below. Miniroot images compressed with
- <a class="Xr">gzip(1)</a> are supported.</p>
- </dd>
- <dt>Kernel Boot Flags</dt>
- <dd>This group of controls is used to pass boot flags to the kernel.</dd>
-</dl>
-</section>
-<section class="Ss">
-<h2 class="Ss" id="Option_Tab"><a class="permalink" href="#Option_Tab">Option
- Tab</a></h2>
-<p class="Pp">On this tab you can specify miscellaneous options that mostly
- control the <code class="Nm">hpcboot</code> program itself.</p>
-<dl class="Bl-tag">
- <dt>Auto Boot</dt>
- <dd>If this option is selected <code class="Nm">hpcboot</code> will
- automatically boot <span class="Ux">NetBSD</span> after the specified
- timeout.</dd>
- <dt>Reverse Video</dt>
- <dd>Tells kernel if it should use the framebuffer in reverse video mode.</dd>
- <dt id="before">Pause Before Boot</dt>
- <dd>If selected, a warning dialog will be presented
- <a class="permalink" href="#before"><i class="Em">before</i></a> anything
- is done, right after the &#x201C;Boot&#x201D; button is pressed.</dd>
- <dt>Load Debug Info</dt>
- <dd>This option currently does nothing.</dd>
- <dt id="after">Safety Message</dt>
- <dd>If selected, a warning dialog will be presented
- <a class="permalink" href="#after"><i class="Em">after</i></a> the kernel
- has been loaded and prepared to be started. This will be your last chance
- to cancel the boot.</dd>
- <dt>Extra Kernel Options</dt>
- <dd>In this text field you can specify additional options to pass to the
- kernel.</dd>
-</dl>
-</section>
-<section class="Ss">
-<h2 class="Ss" id="Console_Tab"><a class="permalink" href="#Console_Tab">Console
- Tab</a></h2>
-<p class="Pp">This tab gets its name from the big text area that
- <code class="Nm">hpcboot</code> uses as the &#x201C;console&#x201D; to
- report its progress.</p>
-<dl class="Bl-tag">
- <dt>Save To File</dt>
- <dd>If checked, the progress log will be sent to the specified file
- instead.</dd>
- <dt>&#x201C;Checkboxes Anonymous&#x201D;</dt>
- <dd>The row of 8 checkboxes controls debugging options for
- <code class="Nm">hpcboot</code> itself. They control the bits of an
- internal variable, the leftmost checkbox being the 7th bit.</dd>
- <dt>&#x201C;Buttons Anonymous&#x201D;</dt>
- <dd>The buttons &#x201C;a&#x201D; to &#x201C;d&#x201D; control 4
- &#x201C;hooks&#x201D; a developer might want to use during
- <code class="Nm">hpcboot</code> development.</dd>
-</dl>
-</section>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">kloader(4)</a>, <a class="Xr">boot(8)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">hpcboot</code> utility first appeared in
- <span class="Ux">NetBSD 1.6</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
-<p class="Pp"><code class="Nm">hpcboot</code> reads the entire kernel image at
- once, and requires enough free area on the main memory.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 3, 2004</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>