Skip to content

Commit

Permalink
Merge pull request #564 from tgiphil/master
Browse files Browse the repository at this point in the history
- Minor doc updates
  • Loading branch information
tgiphil committed Jan 14, 2019
2 parents f329c23 + 1835345 commit bd7041a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/boot-image-tool.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
####################
MOSA boot image tool
MOSA Boot Image Tool
####################

The tool several command line options. Sample:
Expand Down
12 changes: 6 additions & 6 deletions docs/booting-on-physical-machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
Bootion on physical machine
###########################

.. warning:: These instructions are out of date.
.. warning:: These instructions maybe out of date.

While most of the development and testing of MOSA is done using virtualization software, MOSA does indeed boot on real hardware too.

Here are detailed instructions for writing MOSA operating system to a USB Drive:

1. Download the `dd <http://www.chrysocome.net/dd>`__ utility for Windows.

2. Extract the ``dd.exe`` executable to:
2. Copy the ``dd.exe`` executable to the build directory (usually a sub-folder under temp):

.. code-block:: text
Mosa\Run\build
%TEMP%\MOSA
3. Open a command prompt window and change directory to the build directory.

.. code-block:: text
cd Mosa\Run\build
cd %TEMP%\MOSA
4. Connect the USB key you wish to ERASE and install MOSA onto.
4. Connect the USB key you wish to ERASE and install the MOSA image onto.

.. danger:: Data on the USB drive will be lost!

Expand All @@ -34,7 +34,7 @@ Get a list all the block devices on your system by typing the command below. Fin
dd -list
6.Type the following and substitute the of= parameter with the device path found in the previous step.
6. Type the following and substitute the of= parameter with the device path found in the previous step.

.. code-block:: text
Expand Down

0 comments on commit bd7041a

Please sign in to comment.