From 61497126adcc52523bf0cc5331bb3324aaf05269 Mon Sep 17 00:00:00 2001 From: fake Date: Tue, 17 Aug 2004 14:41:12 +0000 Subject: [PATCH] fake: add package mips64emul, a mips emulator that (unlike most others) also ships hardware emulation, and can run operating systems like linux (sort of). [2004081223384314092] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3889 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/mips64-emul/mips64-emul.conf | 5 +++ package/fake/mips64-emul/mips64-emul.desc | 43 +++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 package/fake/mips64-emul/mips64-emul.conf create mode 100644 package/fake/mips64-emul/mips64-emul.desc diff --git a/package/fake/mips64-emul/mips64-emul.conf b/package/fake/mips64-emul/mips64-emul.conf new file mode 100644 index 000000000..20f72cf7a --- /dev/null +++ b/package/fake/mips64-emul/mips64-emul.conf @@ -0,0 +1,5 @@ +mips64emul_install() { + cp mips64emul $root/usr/bin +} + +hook_add postmake 1 "mips64emul_install" diff --git a/package/fake/mips64-emul/mips64-emul.desc b/package/fake/mips64-emul/mips64-emul.desc new file mode 100644 index 000000000..5c30069b7 --- /dev/null +++ b/package/fake/mips64-emul/mips64-emul.desc @@ -0,0 +1,43 @@ +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/fake/mips64-emul/mips64-emul.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A MIPS machine emulator + +[T] The goals of mips64-emul are to emulate MIPS-like CPUs and enough +[T] surrounding hardware to fake real machines, capable of running real +[T] (unmodified) operating systems (such as NetBSD, Linux, FreeBSD, or +[T] OpenBSD), and to assist in experimenting with MIPS in general. + +[U] http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ + +[A] Anders Gavare +[M] fake + +[C] extra/tool + +[L] OpenSource +[S] Stable +[V] 0.2 +[P] X -?---5---9 220.600 + +[D] 4056088184 mips64emul-0.2.tar.gz http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/ +