Changes in / [bfa4ffa:73d8600] in mainline


Ignore:
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    rbfa4ffa r73d8600  
    77*.so.*
    88Makefile.depend
    9 Makefile.ag.depend
    109Makefile.common
    1110Makefile.config
     
    8180uspace/app/trace/trace
    8281uspace/app/usbinfo/usbinfo
    83 uspace/app/vcalc/vcalc
    8482uspace/app/vdemo/vdemo
    8583uspace/app/vlaunch/images.c
     
    143141uspace/dist/app/trace
    144142uspace/dist/app/usbinfo
    145 uspace/dist/app/vcalc
    146143uspace/dist/app/vdemo
    147144uspace/dist/app/vlaunch
     
    184181uspace/dist/drv/vhc/
    185182uspace/dist/drv/xtkbd/
    186 uspace/dist/drv/atkbd/
    187183uspace/dist/srv/apic
    188184uspace/dist/srv/cdfs
     
    237233uspace/drv/char/ps2mouse/ps2mouse
    238234uspace/drv/char/xtkbd/xtkbd
    239 uspace/drv/char/atkbd/atkbd
    240235uspace/drv/fb/kfb/kfb
    241236uspace/drv/root/root/root
     
    341336kernel/arch/ia32/include/arch/context_struct.h
    342337kernel/arch/ia32/include/arch/istate_struct.h
    343 kernel/arch/ia32/include/arch/boot/memmap_struct.h
    344338kernel/arch/ppc32/include/arch/context_struct.h
    345339kernel/arch/ppc32/include/arch/fpu_context_struct.h
     
    352346kernel/arch/ia64/include/arch/context_struct.h
    353347kernel/arch/ia64/include/arch/istate_struct.h
    354 kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h
    355 kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h
    356348uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
    357349uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h
  • contrib/qemu/build-from-scratch.sh

    rbfa4ffa r73d8600  
    2929#
    3030
    31 VERSION=2.8.0
     31VERSION=2.7.0
    3232BASENAME=qemu-${VERSION}
    3333BASENAME_MASTER=qemu-master
     
    3636URL=http://wiki.qemu-project.org/download/${TARBALL}
    3737REPO=git://git.qemu.org/qemu.git
    38 MD5="17940dce063b6ce450a12e719a6c9c43"
     38MD5="08d4d06d1cb598efecd796137f4844ab"
    3939
    4040if [ "$1" == "--master" ]; then
     
    5353        tar xvfj ${TARBALL}
    5454        cd ${SOURCEDIR}
     55        patch -p 1 <../integratorcm_init_memsz.patch
    5556fi
    5657
    57 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
     58./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
    5859make -j 4
    5960sudo make install
Note: See TracChangeset for help on using the changeset viewer.