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

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 65b458c4 was 14f2100, checked in by Martin Decky <martin@…>, 15 years ago

create FAT with a guaranteed amount of free space

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