1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<html>
<body bgcolor=#ffffff text=#000000 link=#4f4fff vlink=#0000ff alink=#00ff00>
<h1>Included utilities help</h1>
<ul>
<li><a href="vchos.html">Visual Chos</a>
<li><a href="#modpart">modpart</a>
<li><a href="#showscreen">showscreen</a>
</ul>
<a name="modpart">
<p><h2>modpart</h2>
This is a simple utility I wrote. You can use it to modify partition
table active flag and partition types.
<br>
<b>Usage:</b><br>
<ul>
<dl>
<dt><i><b>modpart </b>file</i>
<dt><i><b>modpart -s </b>file</i>
<dd>Print partition types/active flags.
<dt><i><b>modpart -p</b></i>
<dd>Print know partition types.
<dt><i><b>modpart -a </b>nr file</i>
<dd>Set partition <i><nr></i> active flag.
<dt><i><b>modpart -i </b>nr file</i>
<dd>Reset partition <i><nr></i> active flag.
<dt><i><b>modpart -t </b>type nr file</i>
<dd>Set partition <i><nr></i> type to <i><type></i>.
<p>
<dt><b>NOTE:</b> although you can set multiple partitions active only
one should be set.
</dl>
</ul>
<font color=red><b>PLEASE DON'T USE MODPART TO MODIFY PARTITION TABLES ON
HARDDISKS. ONLY ONES ON DUMPED BOOTSECTORS.
</b></font>
<a name="showscreen">
<p><h2>showscreen</h2>
This is a simple program written by Bernhard Ehlers <<a href="mailto:behlers@t-online.de">behlers@t-online.de</a>>. You can use it to display your Choose-OS bootup
screen or any screendump file on a terminal.
It has two arguments. First one is the background file and second
(optional) the map file.
The '<i>-view</i>' option was based on this utility.<br>
<b>Usage:</b>
<ul>
<dl>
<dt><i><b>showscreen</b> /boot/chos.background <b>[</b>/boot/chos.map<b>]</b></i>
<p>
<dt><i><b>showscreen</b> any_screendump_file</i>
</dl>
</ul>
<p><h2>xshowscreen</h2>
This is a simple script that runs showscreen in color_xterm with vga font.
</body>
</html>
|