source: mainline/contrib/conf/mips32-gx.sh@ f30ee571

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f30ee571 was e0fe4ab, checked in by Martin Sucha <sucha14@…>, 13 years ago

Update machine type in GXemul launcher script for mips32

  • Property mode set to 100755
File size: 227 bytes
RevLine 
[9b9f195]1#!/bin/sh
[3c5006a0]2
[00fe6bb]3DISK_IMG=hdisk.img
4
5# Create a disk image if it does not exist
6if [ ! -f "$DISK_IMG" ]; then
[14f2100]7 tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG"
[00fe6bb]8fi
9
[e0fe4ab]10gxemul $@ -E oldtestmips -C R4000 -X image.boot -d d0:"$DISK_IMG"
Note: See TracBrowser for help on using the repository browser.