Skip to content

Commit

Permalink
Feature/shellscripts (mosa#1164)
Browse files Browse the repository at this point in the history
* Moved the int.ToString(uvalue) to Numbers.cs

* Added shell scripts.
  • Loading branch information
MarijnStevens authored Oct 29, 2023
1 parent e69b14e commit e652b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Demos/Run-BareMetal.Starter.x86.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
cd ../bin
./Mosa.Tool.Launcher.Console -autostart -oMax -output-asm -output-debug -output-hash Mosa.BareMetal.Starter.x86.dll

4 changes: 4 additions & 0 deletions Demos/Run-BareMetal.TestWorld.x86.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
cd ../bin
./Mosa.Tool.Launcher.Console -autostart -oMax -output-asm -output-debug -output-hash Mosa.BareMetal.TestWorld.x86.dll

0 comments on commit e652b43

Please sign in to comment.