Index: /soft/giet_vm/Makefile
===================================================================
--- /soft/giet_vm/Makefile	(revision 570)
+++ /soft/giet_vm/Makefile	(revision 571)
@@ -10,11 +10,11 @@
 # Parameters definition
 ARCH      ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob
-X_SIZE    ?= 4
-Y_SIZE    ?= 4
+X_SIZE    ?= 1
+Y_SIZE    ?= 1
 NB_PROCS  ?= 4
-NB_TTYS   ?= 5
-FBF_WIDTH ?= 128
-IOC_TYPE  ?= HBA
-APP       ?= classif
+NB_TTYS   ?= 2
+FBF_WIDTH ?= 256
+IOC_TYPE  ?= BDV
+APP       ?= transpose
 
 
@@ -195,4 +195,5 @@
 	mcopy -o -i $(DISK_IMAGE) applications/transpose/images.raw ::/misc
 	mcopy -o -i $(DISK_IMAGE) applications/convol/philips_image.raw ::/misc
+	mcopy -o -i $(DISK_IMAGE) applications/display/lena.raw ::/misc
 	mcopy -o -i $(DISK_IMAGE) map.bin ::/
 ### Copy bootloader into sector 2 of disk image
@@ -384,7 +385,10 @@
 ########################
 ### boot compilation
+build/boot:
+	mkdir $@
+
 build/boot/boot.elf: $(BOOT_OBJS)            \
                      giet_boot/boot.ld       \
-                     build/drivers/libdrivers.a
+                     build/drivers/libdrivers.a | build/boot
 	$(LD) -o $@ -T giet_boot/boot.ld $(BOOT_OBJS) -Lbuild/drivers -ldrivers  
 	$(DU) -D $@ > $@.txt
