Kernel: Oops, forgot to un-debug Makefile.

alentours-dev
Sergiusz Bazanski 2011-08-25 02:04:44 +02:00
parent 3cba41a698
commit db388df78c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ emulate-nohdd: kernel.bin
@echo "[i] Building loader..."
@pushd ../Loader > /dev/null && $(MAKE) -f Makefile loader.bin && popd > /dev/null
@echo "[i] Starting QEMU..."
@qemu-system-x86_64 -kernel ../Loader/loader.bin
@qemu-system-x86_64 -kernel ../Loader/loader.bin -initrd kernel.bin
emulate: hdd.img
@echo "[i] Starting QEmu..."