Skip to content

Commit

Permalink
Update compiler-tool.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arakis committed Feb 2, 2019
1 parent a909b0b commit 63b728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiler-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Mosa Compiler can also invoked via Command Line:

.. code-block:: text
Mosa.Tool.Compiler.exe -o Mosa.HelloWorld.x86.bin -a x32 --format elf32 --mboot v1 --x86-irq-methods --base-address 0x00500000 Mosa.HelloWorld.x86.exe
Mosa.Tool.Compiler.exe -o Mosa.HelloWorld.x86.bin -a x86 --mboot v1 --x86-irq-methods --base-address 0x00500000 mscorlib.dll Mosa.Plug.Korlib.dll Mosa.Plug.Korlib.x86.dll Mosa.HelloWorld.x86.exe

0 comments on commit 63b728e

Please sign in to comment.