Changeset 4da8fdb in mainline


Ignore:
Timestamp:
2013-08-19T17:48:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
35c5d6b, 5856b627
Parents:
ab92305
Message:

ia32: Enable sb16 in qemu startup script

Increase memory to 64M, the ia32 rd image alone is 35M.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/ia32-qe.sh

    rab92305 r4da8fdb  
    2020fi
    2121
    22 "${QEMU_BINARY}" "$@" -m 32 -hda "$DISK_IMG" -cdrom image.iso -boot d
     22"${QEMU_BINARY}" "$@" -m 64 -hda "$DISK_IMG" -cdrom image.iso -boot d -soundhw sb16
Note: See TracChangeset for help on using the changeset viewer.