From f62cfdc8ff6297616d68f6b195db7abc82ab457b Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 23 Oct 2009 21:28:10 +0200 Subject: Added some stuff to the README, and made GRUB's menu.cfg auto-updating. --- Grub-menu.cfg | 4 ++++ Makefile | 1 + README | 16 ++++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 Grub-menu.cfg diff --git a/Grub-menu.cfg b/Grub-menu.cfg new file mode 100644 index 0000000..48bcede --- /dev/null +++ b/Grub-menu.cfg @@ -0,0 +1,4 @@ +title The Melon Operating System +root (fd0) +kernel /Melon.ke +module /Init.rfs initrd / 128K diff --git a/Makefile b/Makefile index d9daeda..eeaec74 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ $(RamFS): floppy: $(Files) sudo mount $(Floppy) Mount -o loop + sudo cp Grub-menu.cfg Mount/boot/menu.cfg for f in $(Files); do \ sudo cp $$f Mount; \ done 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 -- cgit v1.2.3