~vojtech-horky/helenos/numa

« back to all changes in this revision

Viewing changes to contrib/conf/mips32-gx.sh

  • Committer: Martin Decky
  • Date: 2009-08-04 11:19:19 UTC
  • Revision ID: martin@uranus.dsrg.hide.ms.mff.cuni.cz-20090804111919-evyclddlr3v5lhmp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
DISK_IMG=hdisk.img
 
4
 
 
5
# Create a disk image if it does not exist
 
6
if [ ! -f "$DISK_IMG" ]; then
 
7
        tools/mkfat.py uspace/dist/data "$DISK_IMG"
 
8
fi
 
9
 
 
10
gxemul $@ -E testmips -C R4000 -X image.boot -d d0:"$DISK_IMG"