forked from KolibriOS/kolibrios
Add uARM emulator to ISO
git-svn-id: svn://kolibrios.org@8375 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
cfd4d26cef
commit
0125fc5480
@ -194,6 +194,7 @@ extra_files = {
|
||||
{"kolibrios/emul/fceu/FCEU ReadMe.txt", PROGS .. "/emulator/fceu/FCEU ReadMe.txt"},
|
||||
{"kolibrios/emul/kwine/kwine", PROGS .. "/emulator/kwine/bin/kwine"},
|
||||
{"kolibrios/emul/kwine/lib/", PROGS .. "/emulator/kwine/bin/lib/*"},
|
||||
{"kolibrios/emul/uarm", "../contrib/sdk/other/uarm/*"},
|
||||
{"kolibrios/demos/ak47.lif", "common/demos/ak47.lif"},
|
||||
{"kolibrios/demos/life2", "common/demos/life2"},
|
||||
{"kolibrios/demos/relay.lif", "common/demos/relay.lif"},
|
||||
@ -683,6 +684,7 @@ tup.append_table(img_files, {
|
||||
tup.append_table(extra_files, {
|
||||
{"kolibrios/3D/cubeline", PROGS .. "/demos/cubeline/trunk/cubeline"},
|
||||
{"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"},
|
||||
{"kolibrios/emul/uarm/", "../contrib/other/uarm/uARM"},
|
||||
{"kolibrios/games/2048", PROGS .. "/games/2048/2048"},
|
||||
{"kolibrios/games/donkey", PROGS .. "/games/donkey/donkey"},
|
||||
{"kolibrios/games/heliothryx", PROGS .. "/games/heliothryx/heliothryx"},
|
||||
|
2
data/common/emul/uarm/download_image.sh
Executable file
2
data/common/emul/uarm/download_image.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#SHS
|
||||
/sys/network/dl http://xvilka.me/jaunty.rel.v2.bz2
|
2
data/common/emul/uarm/start.sh
Executable file
2
data/common/emul/uarm/start.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#SHS
|
||||
./uARM /tmp0/1/Downloads/jaunty.rel.v2.bz2
|
Loading…
Reference in New Issue
Block a user