Changes in / [bfa4ffa:73d8600] in mainline
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
rbfa4ffa r73d8600 7 7 *.so.* 8 8 Makefile.depend 9 Makefile.ag.depend10 9 Makefile.common 11 10 Makefile.config … … 81 80 uspace/app/trace/trace 82 81 uspace/app/usbinfo/usbinfo 83 uspace/app/vcalc/vcalc84 82 uspace/app/vdemo/vdemo 85 83 uspace/app/vlaunch/images.c … … 143 141 uspace/dist/app/trace 144 142 uspace/dist/app/usbinfo 145 uspace/dist/app/vcalc146 143 uspace/dist/app/vdemo 147 144 uspace/dist/app/vlaunch … … 184 181 uspace/dist/drv/vhc/ 185 182 uspace/dist/drv/xtkbd/ 186 uspace/dist/drv/atkbd/187 183 uspace/dist/srv/apic 188 184 uspace/dist/srv/cdfs … … 237 233 uspace/drv/char/ps2mouse/ps2mouse 238 234 uspace/drv/char/xtkbd/xtkbd 239 uspace/drv/char/atkbd/atkbd240 235 uspace/drv/fb/kfb/kfb 241 236 uspace/drv/root/root/root … … 341 336 kernel/arch/ia32/include/arch/context_struct.h 342 337 kernel/arch/ia32/include/arch/istate_struct.h 343 kernel/arch/ia32/include/arch/boot/memmap_struct.h344 338 kernel/arch/ppc32/include/arch/context_struct.h 345 339 kernel/arch/ppc32/include/arch/fpu_context_struct.h … … 352 346 kernel/arch/ia64/include/arch/context_struct.h 353 347 kernel/arch/ia64/include/arch/istate_struct.h 354 kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h355 kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h356 348 uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h 357 349 uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h -
contrib/qemu/build-from-scratch.sh
rbfa4ffa r73d8600 29 29 # 30 30 31 VERSION=2. 8.031 VERSION=2.7.0 32 32 BASENAME=qemu-${VERSION} 33 33 BASENAME_MASTER=qemu-master … … 36 36 URL=http://wiki.qemu-project.org/download/${TARBALL} 37 37 REPO=git://git.qemu.org/qemu.git 38 MD5=" 17940dce063b6ce450a12e719a6c9c43"38 MD5="08d4d06d1cb598efecd796137f4844ab" 39 39 40 40 if [ "$1" == "--master" ]; then … … 53 53 tar xvfj ${TARBALL} 54 54 cd ${SOURCEDIR} 55 patch -p 1 <../integratorcm_init_memsz.patch 55 56 fi 56 57 57 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc 64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa58 ./configure --target-list=i386-softmmu,x86_64-softmmu,arm-softmmu,ppc-softmmu,sparc-softmmu,sparc64-softmmu,mips-softmmu,mipsel-softmmu --audio-drv-list=pa 58 59 make -j 4 59 60 sudo make install
Note:
See TracChangeset
for help on using the changeset viewer.