diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
| commit | 1963dbcd92c15094c99d2f900e4812611b6af733 (patch) | |
| tree | 0e77a76d24aa2eae2f12e6d889bd1aa65bdc26f0 /Makefile | |
| parent | e4febc5aac3006c3ef025b5f708ec51fdac63b94 (diff) | |
Makefile fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ $(KERNEL_IMG): $(ASM_MULTIBOOT_OBJ) $(ASM_OBJECTS) $(OBJECTS) run-qemu: all #qemu-system-i386 -enable-kvm disk.img -smp 4 -s #qemu-system-i386 -enable-kvm -s -kernel foolos.img -smp 4 -initrd userspace/ext2.img - qemu-system-i386 -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio + qemu-system-i386 -enable-kvm $(FOOLOS_ISO) -smp 4 -serial stdio run-qemu-debug: all # qemu -enable-kvm -s -S ~/temp/FoolOs/disk.img @@ -174,7 +174,7 @@ clean: $(CLEANDIRS) @echo "Cleaning Documentation..."; rm -f ./doc/ -r tags: - @echo "Generating ctags..." ctags --recurse=yes . + @echo "Generating ctags..."; ctags --recurse=yes . ############ mounting ############# |
