summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-10-23 21:28:10 +0200
committerAlexis211 <alexis211@gmail.com>2009-10-23 21:28:10 +0200
commitf62cfdc8ff6297616d68f6b195db7abc82ab457b (patch)
tree5d048c9ee6fd0419e59ef1f2e203bdea20cc4179 /README
parent5dd48c50c0cf7793a5dafa6be769c8a3f8b9ab60 (diff)
downloadMelon-f62cfdc8ff6297616d68f6b195db7abc82ab457b.tar.gz
Melon-f62cfdc8ff6297616d68f6b195db7abc82ab457b.zip
Added some stuff to the README, and made GRUB's menu.cfg auto-updating.
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