diff --git a/prototypes/Makefile b/prototypes/Makefile index 94d944c..5cf5e7c 100644 --- a/prototypes/Makefile +++ b/prototypes/Makefile @@ -33,5 +33,8 @@ boot.img: $(PROJECTS) syslinux boot.img mdir -i boot.img :: +deploy: $(KERNELS) + cp ./kernels/* /srv/tftp/ + run: boot.img qemu-system-i386 boot.img -serial stdio \ No newline at end of file