Changeset 571


Ignore:
Timestamp:
May 18, 2015, 7:13:39 PM (9 years ago)
Author:
alain
Message:

ntroduce new images on virtual disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r553 r571  
    1010# Parameters definition
    1111ARCH      ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob
    12 X_SIZE    ?= 4
    13 Y_SIZE    ?= 4
     12X_SIZE    ?= 1
     13Y_SIZE    ?= 1
    1414NB_PROCS  ?= 4
    15 NB_TTYS   ?= 5
    16 FBF_WIDTH ?= 128
    17 IOC_TYPE  ?= HBA
    18 APP       ?= classif
     15NB_TTYS   ?= 2
     16FBF_WIDTH ?= 256
     17IOC_TYPE  ?= BDV
     18APP       ?= transpose
    1919
    2020
     
    195195        mcopy -o -i $(DISK_IMAGE) applications/transpose/images.raw ::/misc
    196196        mcopy -o -i $(DISK_IMAGE) applications/convol/philips_image.raw ::/misc
     197        mcopy -o -i $(DISK_IMAGE) applications/display/lena.raw ::/misc
    197198        mcopy -o -i $(DISK_IMAGE) map.bin ::/
    198199### Copy bootloader into sector 2 of disk image
     
    384385########################
    385386### boot compilation
     387build/boot:
     388        mkdir $@
     389
    386390build/boot/boot.elf: $(BOOT_OBJS)            \
    387391                     giet_boot/boot.ld       \
    388                      build/drivers/libdrivers.a
     392                     build/drivers/libdrivers.a | build/boot
    389393        $(LD) -o $@ -T giet_boot/boot.ld $(BOOT_OBJS) -Lbuild/drivers -ldrivers 
    390394        $(DU) -D $@ > $@.txt
Note: See TracChangeset for help on using the changeset viewer.