<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.faumachine.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.faumachine.org/feed.php">
        <title>FAUmachine</title>
        <description></description>
        <link>http://wiki.faumachine.org/</link>
        <image rdf:resource="http://wiki.faumachine.org/lib/images/favicon.ico" />
       <dc:date>2010-09-07T23:42:56+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.faumachine.org/add_change_signal_to_removable_device?rev=1185784795"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/bs_and_addr?rev=1170777735"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/build_dependencies?rev=1190620395"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/build_hints?rev=1170777474"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/cvs_hints?rev=1190640621"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/debug_hints?rev=1171107903"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/nx?rev=1185541158"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/other_bios_images?rev=1185541027"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/run_hints?rev=1183461548"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/simulator_frontend_interconnection?rev=1170777437"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/size_of_datatypes?rev=1182172927"/>
                <rdf:li rdf:resource="http://wiki.faumachine.org/start?rev=1220892781"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.faumachine.org/lib/images/favicon.ico">
        <title>FAUmachine</title>
        <link>http://wiki.faumachine.org/</link>
        <url>http://wiki.faumachine.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.faumachine.org/add_change_signal_to_removable_device?rev=1185784795">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-30T10:39:55+02:00</dc:date>
        <title>add_change_signal_to_removable_device</title>
        <link>http://wiki.faumachine.org/add_change_signal_to_removable_device?rev=1185784795</link>
        <description>see cvs commit @ 2007-07-29 18:30:04

should be added in lib/sigs_and_comps.spec, too</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/bs_and_addr?rev=1170777735">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-06T17:02:15+02:00</dc:date>
        <title>bs_and_addr</title>
        <link>http://wiki.faumachine.org/bs_and_addr?rev=1170777735</link>
        <description>(b)yte (s)elect and addr

 Here are some explanations about the use of bs and addr in in functions like &lt;card&gt;_c0r(void *_css, uint32_t addr, unsigned int bs, uint32_t *valp)

Byte access are bs=0001, 0010, 0100, 1000 
   Word access are bs=0011, 0110, 1100 
  Long access are bs=1111</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/build_dependencies?rev=1190620395">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-24T09:53:15+02:00</dc:date>
        <title>build_dependencies</title>
        <link>http://wiki.faumachine.org/build_dependencies?rev=1190620395</link>
        <description>(for debian) 
 build-essential 
 automake-1.10 
 autoconf 
 libtool 
 libltdl3-dev 
 libavcodec-dev 
 libavformat-dev 
 libgtkmm-2.4-dev 
 flex (you have to run ./configure again after installing flex) 
 bison</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/build_hints?rev=1170777474">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-06T16:57:54+02:00</dc:date>
        <title>build_hints</title>
        <link>http://wiki.faumachine.org/build_hints?rev=1170777474</link>
        <description>build dependencies

configure should be used with:
./configure --enable-shared --prefix=/your/install/path
--enable-shared is needed because of buggy gtk/libcairo which does not want to be statically compiled in 

make devel
creates symlinks in the prefix directory instead of installing it</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/cvs_hints?rev=1190640621">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-24T15:30:21+02:00</dc:date>
        <title>cvs_hints</title>
        <link>http://wiki.faumachine.org/cvs_hints?rev=1190640621</link>
        <description>export CVS_RSH=&quot;ssh&quot;
export CVSROOT=&quot;:ext:LOGIN@faui31x.informatik.uni-erlangen.de:/proj/FAUmachine&quot;# The following lines are NOT NECESSARY, but you might find them useful
# Show new files in current project
alias cvsnew=&quot;cvs status | grep ?&quot;
# Show status of all *not* Up-to-date files
alias cvsstatus=&quot;cvs status 2&gt;&amp;1 | grep Status | grep -v Up&quot;
# Update the current project
alias cvsupdate=&quot;cvs update -P -C -d 2&gt;&amp;1 | grep -v 'cvs update: Updating'&quot;
 Use always cvs update with -d -P (-C is also c…</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/debug_hints?rev=1171107903">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-10T12:45:03+02:00</dc:date>
        <title>debug_hints</title>
        <link>http://wiki.faumachine.org/debug_hints?rev=1171107903</link>
        <description>Useful stuff for debugging 

	*  pcitweak, scanpci avaiable under linux -&gt; &lt;http://www.xfree86.org&gt;



 home</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/nx?rev=1185541158">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-27T14:59:18+02:00</dc:date>
        <title>nx</title>
        <link>http://wiki.faumachine.org/nx?rev=1185541158</link>
        <description>FAUmachine use ctrl+alt+esc to exit grabbed window mode. 
  If FAUmachine is running on a remote Host through a nx session, you can only send ctrl+alt+esc when running your session in fullscreen mode.

 

 home</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/other_bios_images?rev=1185541027">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-27T14:57:07+02:00</dc:date>
        <title>other_bios_images</title>
        <link>http://wiki.faumachine.org/other_bios_images?rev=1185541027</link>
        <description>The rom images are placed under $installdir/lib/faumachine/roms/  
     To try another pc bios: 

	*  backup the old bios

 cd $installdir/lib/faumachine/roms/ cp bios.rom _bios.rom.ori 

	*  replace the bios file

 cp $fromwhereeveritmaybe/yourbios.file $installdir/lib/faumachine/roms/bios.rom</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/run_hints?rev=1183461548">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-03T13:19:08+02:00</dc:date>
        <title>run_hints</title>
        <link>http://wiki.faumachine.org/run_hints?rev=1183461548</link>
        <description>set your $PATH according to your install/bin directory, otherwise FAUmachine will complain about not being correct configured it is not possible to run FAUmachine out of your build-directory!

 when running multiple FAUmachines simultaneously on the same host, use the FAUmachineIndex environment variable when building the experiments.</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/simulator_frontend_interconnection?rev=1170777437">
        <dc:format>text/html</dc:format>
        <dc:date>2007-02-06T16:57:17+02:00</dc:date>
        <title>simulator_frontend_interconnection</title>
        <link>http://wiki.faumachine.org/simulator_frontend_interconnection?rev=1170777437</link>
        <description>Each device contains a SIMULATOR and a FRONTEND section. The 2 sections communicate via a shared memory and a via a pair of connected sockets

The CPU writes via multiple inb/inw to registers of the simulator-part

When the cpu is done, the frontend is called by the simulator via</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/size_of_datatypes?rev=1182172927">
        <dc:format>text/html</dc:format>
        <dc:date>2007-06-18T15:22:07+02:00</dc:date>
        <title>size_of_datatypes</title>
        <link>http://wiki.faumachine.org/size_of_datatypes?rev=1182172927</link>
        <description>Data TypeLP32ILP32ILP64LLP64LPchar88888short1616161616int323232323232int1632643232long3232643264long long (int64)6464646464pointer3232646464
	*  x86_32 = ILP32
		*  x86_64 = ILP64

for a closer look click here

 

 home</description>
    </item>
    <item rdf:about="http://wiki.faumachine.org/start?rev=1220892781">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-08T18:53:01+02:00</dc:date>
        <title>start</title>
        <link>http://wiki.faumachine.org/start?rev=1220892781</link>
        <description>Useful Links

	*  FAUmachine-Homepage
	*  CVS Webaccess
	*  Bugs Webaccess

	*  Learning the GNU development tools
	*  GNU AUTOCONF, AUTOMAKE, and LIBTOOL
	*  Glade UI Builder Reference Manual
	*  GTK+ 2.2 API
	*   POSIX Shell doc

	*  PCI-ID database on sourceforge.net
	*  IC Data Sheets 
	*  IC Datasheets &amp; PCI Application Notes</description>
    </item>
</rdf:RDF>
