summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index e69de29..d887985 100644
--- a/README
+++ b/README
@@ -0,0 +1,16 @@
+Welcome ! It seems you are intrested in my Melon OS...
+
+** HOW TO BUILD MELON : **
+
+If you haven't yet downloaded the source code, then commit the GIT repository :
+$ git clone git://github.com/Alexis211/Melon.git
+
+Then, rebuild everything :
+$ make mrproper
+$ make
+
+Create the floppy image :
+$ make floppy
+
+And run it with Qemu :
+$ make qemu