diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-09 16:02:23 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-09 16:02:23 +0100 |
commit | 8ec4ea37162121bf76d9df4b469478697ef6ba04 (patch) | |
tree | ea9e3583ab8041f4f5734187e5d0a68ee345eb55 /Makefile | |
parent | 7471d467fed21671f2f4549446249de7e3a7d578 (diff) | |
download | Melon-8ec4ea37162121bf76d9df4b469478697ef6ba04.tar.gz Melon-8ec4ea37162121bf76d9df4b469478697ef6ba04.zip |
Some changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: clean, mrproper, Init.rfs, commit +.PHONY: clean, mrproper, Init.rfs, floppy, commit Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/PaperWork Applications/Demos @@ -70,7 +70,7 @@ floppy: $(Files) bochs: bochs -f Bochs.cfg -qemu: +qemu: floppy qemu -fda $(Floppy) -m 16 qemu_debug: |