Subversion Repositories HelenOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 4686 → Rev 4687

/tags/0.4.1/contrib/conf/mips32-gx.sh
0,0 → 1,10
#!/bin/sh
 
DISK_IMG=hdisk.img
 
# Create a disk image if it does not exist
if [ ! -f "$DISK_IMG" ]; then
tools/mkfat.py uspace/dist/data "$DISK_IMG"
fi
 
gxemul $@ -E testmips -C R4000 -X image.boot -d d0:"$DISK_IMG"
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:mergeinfo