Skip to content

Commit

Permalink
added a readme.txt to put at /Home/readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tay10r committed Apr 26, 2018
1 parent 6bdc448 commit 2aebd1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions format.sh
Expand Up @@ -7,3 +7,4 @@ export OUTPUT_DIR="$PWD/output"
cd "$OUTPUT_DIR"
bin/bmfs --offset 32KiB --disk baremetal-os.img format --force --size 128M --block-size 2M
bin/bmfs --offset 32KiB --disk baremetal-os.img mkdir /System /Applications /Home
bin/bmfs --offset 32KiB --disk baremetal-os.img cp ../misc/readme.txt /Home/readme.txt
12 changes: 12 additions & 0 deletions misc/readme.txt
@@ -0,0 +1,12 @@
Welcome to BareMetal OS!

Here's some tips to get you started.

* Use 'help' to get information on shell commands.
* You are currently in /Home
* Applications are in /Applications
* Do NOT modify files in /System.

Happy coding!

- BareMetal OS Maintainers

0 comments on commit 2aebd1b

Please sign in to comment.