Changes in / [73d8600:bfa4ffa] in mainline


Ignore:
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    r73d8600 rbfa4ffa  
    77*.so.*
    88Makefile.depend
     9Makefile.ag.depend
    910Makefile.common
    1011Makefile.config
     
    8081uspace/app/trace/trace
    8182uspace/app/usbinfo/usbinfo
     83uspace/app/vcalc/vcalc
    8284uspace/app/vdemo/vdemo
    8385uspace/app/vlaunch/images.c
     
    141143uspace/dist/app/trace
    142144uspace/dist/app/usbinfo
     145uspace/dist/app/vcalc
    143146uspace/dist/app/vdemo
    144147uspace/dist/app/vlaunch
     
    181184uspace/dist/drv/vhc/
    182185uspace/dist/drv/xtkbd/
     186uspace/dist/drv/atkbd/
    183187uspace/dist/srv/apic
    184188uspace/dist/srv/cdfs
     
    233237uspace/drv/char/ps2mouse/ps2mouse
    234238uspace/drv/char/xtkbd/xtkbd
     239uspace/drv/char/atkbd/atkbd
    235240uspace/drv/fb/kfb/kfb
    236241uspace/drv/root/root/root
     
    336341kernel/arch/ia32/include/arch/context_struct.h
    337342kernel/arch/ia32/include/arch/istate_struct.h
     343kernel/arch/ia32/include/arch/boot/memmap_struct.h
    338344kernel/arch/ppc32/include/arch/context_struct.h
    339345kernel/arch/ppc32/include/arch/fpu_context_struct.h
     
    346352kernel/arch/ia64/include/arch/context_struct.h
    347353kernel/arch/ia64/include/arch/istate_struct.h
     354kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h
     355kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h
    348356uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
    349357uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h
  • contrib/qemu/build-from-scratch.sh

    r73d8600 rbfa4ffa  
    2929#
    3030
    31 VERSION=2.7.0
     31VERSION=2.8.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="08d4d06d1cb598efecd796137f4844ab"
     38MD5="17940dce063b6ce450a12e719a6c9c43"
    3939
    4040if [ "$1" == "--master" ]; then
     
    5353        tar xvfj ${TARBALL}
    5454        cd ${SOURCEDIR}
    55         patch -p 1 <../integratorcm_init_memsz.patch
    5655fi
    5756
    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
     57./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa
    5958make -j 4
    6059sudo make install
Note: See TracChangeset for help on using the changeset viewer.