Searched refs:MEMSIZE (Results 1 – 4 of 4) sorted by relevance
33 MEMSIZE=045 m) MEMSIZE=$OPTARG;;78 if (( ! $MEMSIZE )); then79 MEMSIZE=482 if (( ! $MEMSIZE )); then83 MEMSIZE=51293 ARGS+=" -m $MEMSIZE -smp $SMP -machine $MACHINE -kernel build-${PROJECT}/lk.elf"
40 MEMSIZE=055 m) MEMSIZE=$OPTARG;;114 if [[ -z "$MEMSIZE" ]]; then125 if (( $MEMSIZE )); then126 ARGS+=" -m $MEMSIZE"
60 MEMSIZE=51277 m) MEMSIZE=$OPTARG;;123 ARGS=" -cpu $CPU -m $MEMSIZE -smp $SMP -machine $MACHINE -kernel build-${PROJECT}/lk.elf"
22 MEMSIZE=8
Completed in 13 milliseconds