blob: d88798514e623788da71453d497e2fe881461f5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|