Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/cobbler.refentry @ 2772:0a3f4d8ea6d5
Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected.
Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author | drencor-xeen |
---|---|
date | Wed, 23 Jan 2013 12:36:55 -0600 |
parents | b00cf13c9f61 |
children |
line wrap: on
line source
<refentry id="cobbler"> <refnamediv> <refname>COBBLER</refname> <refpurpose>Make a bootstrap file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>cobbler</command> <arg choice="plain"> <replaceable>device name</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> <command>Cobbler</command> is used to create the <filename>OS9Boot</filename> file required on any disk from which NitrOS-9 is to be bootstrapped. The boot file will consist of the <emphasis>same modules which were loaded into memory during the most recent boostrap.</emphasis> To add modules to the bootstrap file use the <command>OS9Gen</command> command. <command>Cobbler</command> also writes the NitrOS-9 kernel on the eighteen sectors of track 34, and excludes these sectors from the disk allocation map. If any files are present on these sectors <command>cobbler</command> will display an error message. </para> <para> NOTE: The boot file must fit into one contiguous block on the mass-storage device. For this reason <command>cobbler</command> is normally used on a freshly formatted disk. If <command>cobbler</command> is used on a disk and there is not a contiguous block of storage large enough to hold the boot file, the old boot file may have been destroyed and NitrOS-9 will not be able to boot from that disk until it is reformatted. </para> <para> For more information see: <xref linkend="sec1.1.2"/>, <xref linkend="sec6.1"/> </para> </refsect1> <refsect1><title>Examples</title> <screen> OS9: cobbler /D1 </screen> </refsect1> </refentry>