NameDateSize

..23-Mar-202045

README.txtH A D25-Jul-20191.1 KiB

xmpl-call-response/H23-Mar-20207

xmpl-cow/H23-Mar-20204

xmpl-hello/H23-Mar-20205

xmpl-msg/H23-Mar-20207

xmpl-rpc/H23-Mar-20208

xmpl-span/H23-Mar-20205

xmpl-spawn/H23-Mar-20205

xmpl-thc-binding/H23-Mar-20207

xmpl-thc-lang/H23-Mar-20207

xmpl-thread/H23-Mar-20206

xmpl-trace/H23-Mar-20207

README.txt

1This directory contains some simple example programs that show how to
2do specific things in barrelfish. 
3
4The example programs are now available as modules_xmpl in
5platforms/Hakefile.  The X86_64_Full target builds the example programs
6by default now.
7
8For other architectures you may have to add either the modules_xmpl list
9or just the individual example you wish to build to the architecture's
10build target.  For example to build the hello example for the
11PandaboardES:
12
13pandaModules = [ "/sbin/" ++ f | f <- [
14    "cpu_omap44xx",
15    "init"
16    ...
17    "examples/xmpl-hello" ]]
18
19(Note there is an exception for xmpl-thc-lang.  See the README.txt file 
20in that directory for more information).
21
22For each example we also include a sample menu.lst for running that
23example.
24
25For the examples that use message interfaces we also include the .if
26file in the xample directory.  The source file should already be in
27the /if directory and appropriate entries made in the /if/Hakefile.  If
28they aren't then you will have to copy them over and edit the Hakefile
29appropriately.
30
31For some examples there is also a README.txt file that explains a bit
32more about it.
33