source:
mainline/contrib/conf/mips32-gx.sh@
890af992
Last change on this file since 890af992 was 14f2100, checked in by , 15 years ago | |
---|---|
|
|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[9b9f195] | 1 | #!/bin/sh |
[3c5006a0] | 2 | |
[00fe6bb] | 3 | DISK_IMG=hdisk.img |
4 | ||
5 | # Create a disk image if it does not exist | |
6 | if [ ! -f "$DISK_IMG" ]; then | |
[14f2100] | 7 | tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG" |
[00fe6bb] | 8 | fi |
9 | ||
[bf5443d] | 10 | gxemul $@ -E testmips -C R4000 -X image.boot -d d0:"$DISK_IMG" |
Note:
See TracBrowser
for help on using the repository browser.