mirror of
https://github.com/rxrbln/t2sde.git
synced 2025-05-08 20:21:59 +08:00
8 lines
196 B
Batchfile
8 lines
196 B
Batchfile
#!/bin/sh
|
|
|
|
source ${0%/*}/qemu.in
|
|
|
|
cd $SYSROOT
|
|
expect -f ${0%.cmd}.exp $QEMUSYS boot/$vmlinux TOOLCHAIN/isofs/boot/minird-* \
|
|
"$append" $qemuargs -m $((lowmem + 16)) ${extstorage}$ISO # mem=512m
|