lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since c050399 was bf5443d, checked in by Jiri Svoboda <jirik.svoboda@…>, 16 years ago |
Revert accidently commited change.
|
-
Property mode
set to
100755
|
File size:
216 bytes
|
Line | |
---|
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"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.