New pages
From TUDOS-Wiki
- 17:29, 8 February 2012 Env::Get Cap does not find object (hist) [1,373 bytes] BjoernD (Talk | contribs) (Created page with "== Problem == I start my application with a Lua script such as: require("L4"); local ld = L4.default_loader; local channel = ld:new_channel(); ld:start({ca...")
- 16:55, 2 February 2012 ComplexLab (hist) [406 bytes] BjoernD (Talk | contribs) (Created page with "The Complex Lab is a practical lab run at TUD. We use it to guide students during their first steps with L4Re and Fiasco.OC. * [http://www.inf.tu-dresden.de/index.php?node_id...")
- 16:52, 2 February 2012 ComplexLab with Eclipse (hist) [592 bytes] Nils (Talk | contribs) (Created page with "If you want to use Eclipse to work on the ComplexLab, you need to tell Eclipse where the include files are located and provide them in the correct order. To simplify that tas...")
- 18:41, 30 January 2012 IPC payload does not arrive at receiver (hist) [2,821 bytes] BjoernD (Talk | contribs) (Created page with "== Problem == I implemented an L4Re client/server application similar to the clntsrv example. However, when sending a message from client to server, the server receives somet...")
- 01:10, 30 November 2011 L4Linux/ser shm (hist) [920 bytes] Jester (Talk | contribs) (Created page with "== L4Linux shared memory network == The driver '''l4ser_shm''' can connect two L4Linuxes, providing tty interfaces (ttyLsX) and using a shared memory to exchange data. To use th...")
- 21:55, 15 August 2011 Go on L4 (hist) [1,692 bytes] BjoernD (Talk | contribs) (Created page with "The runtime for the [http://golang.org/ Go programming language] has been ported to L4Re (and will be released soon). == Troubleshooting == === libtool version mismatch === Q:...")
- 17:31, 19 June 2011 IO/config (hist) [285 bytes] Adam (Talk | contribs) (Created page with " * HPET in QEmu HPET => new Device() { .hid = "PNP0103"; new-res Mmio(0xfed00000 .. 0xfedfffff, 0xc000); new-res Irq(3, 0); }")
- 17:24, 19 June 2011 IO (hist) [135 bytes] Adam (Talk | contribs) (Created page with "IO is the component of L4Re that initializes and manages that hardware platform and handles devices. * IO/config IO configurations")
- 21:48, 13 December 2010 L4Linux/shmnet (hist) [774 bytes] Adam (Talk | contribs) (Created page with "== L4Linux shared memory network == The driver '''l4shmnet''' can connect two L4Linuxes, providing network interfaces and using a shared memory to exchange data. To use the driv...")
- 18:27, 17 February 2010 Dice IDL compiler (hist) [1,017 bytes] BjoernD (Talk | contribs) (Created page with '== Overview == The [http://www.inf.tu-dresden.de/index.php?node_id=1542 Dice IDL compiler] is used to generate IPC communication code for L4 applications from an interface defini…')
- 18:02, 28 January 2010 DDE::Windhoek (hist) [500 bytes] BjoernD (Talk | contribs) (Created page with '== General info == Windhoek is the code name of a DDE-based hard disk driver. Built as a prototype in 2008, it only supports IDE. It should probably be adapted to use libATA for …')
- 15:53, 26 December 2009 GRUB2 (hist) [287 bytes] Adam (Talk | contribs) (Created page with '== GRUB2 == GRUB2 uses a different configuration file syntax. The following boots the famous 'Hello World'. menuentry "L4 hello" { multiboot /bootstrap -serial module /f…')
- 03:27, 11 April 2009 Phosphors (hist) [391 bytes] Deafening (Talk | contribs) (Kuhn)
- 11:48, 26 February 2009 Building patched grub (hist) [867 bytes] Andre (Talk | contribs) (New page: This is just a small howto for building a grub with Adam's patches. Although this information is also inside the <tt>README</tt>'s, the wiki seems to be the first place where folks might l...)
- 11:40, 20 October 2008 DDE::Flips (hist) [1,080 bytes] Lex (Talk | contribs) (New page: == Overview == FLIPS, FLexible IP-Stack for TUDOS, provides the standard BSD-socket interface to clients and is thereby a full featured TCP/IP network stack supporting TCP, UDP and NETLIN...)
- 14:51, 3 April 2008 DDE::ORe (hist) [3,926 bytes] BjoernD (Talk | contribs) (New page: === Overview === In L4-based systems it is quite common to have multiple applications trying to use the same resource in parallel. One might for instance imagine a setup where multiple L4L...)
- 11:52, 3 April 2008 DDE/DDEKit (hist) [4,319 bytes] BjoernD (Talk | contribs) (New page: == Motivation == Device drivers are an essential element in every operating system, because without them no interaction with the external world is possible. Because of the huge range of a...)
- 12:22, 19 November 2007 Reporting Bugs (hist) [1,875 bytes] Ron (Talk | contribs) (add list of items that should appear in a bug-report)
- 23:34, 7 November 2007 L4Linux/build (hist) [601 bytes] Adam (Talk | contribs) (New page: Quick build instructions. cd l4linux-2.6 mkdir /tmp/buildpath make O=/tmp/buildpath x86-native_defconfig Set proper path to L4 build directory. make O=/tmp/buildpath menuconfig Bui...)
- 11:50, 5 November 2007 L4Linux (hist) [603 bytes] Adam (Talk | contribs) (New page: L4Linux is a port of the Linux kernel to L4, running as a normal user program besides other applications. The following pages are available: * L4Linux/configurations * [[L4Linux/optio...)
- 11:43, 5 November 2007 L4Linux/options (hist) [414 bytes] Adam (Talk | contribs) (New page: The following L4Linux specific options are available on the command line of L4Linux. * l4fb driver ** Position and size of the window (DOpE only), in pixels l4fb.xpos=123 l4fb.ypos=123 l...)
- 23:30, 17 October 2007 L4Linux/configurations (hist) [2,326 bytes] Adam (Talk | contribs) (New page: == Possible configurations for L4Linux == === Consoles === Basically two modes are possible: * Direct access ** In this mode L4Linux will drive the keyboard and mouse controller and wil...)
- 10:54, 17 October 2007 Fiasco (hist) [792 bytes] Ron (Talk | contribs) (New page: The Fiasco microkernel started as a reimplementation of the L4 Version 2 API specification. Back then, the only existing implementation was a closed source assembly kernel written by Joche...)
- 16:36, 21 September 2007 Gcc-stack (hist) [2,579 bytes] Ron (Talk | contribs) (add page on how to combine colorgcc, ccache, and distcc)
- 10:22, 17 September 2007 TFTP server (hist) [2,098 bytes] Ron (Talk | contribs) (add intro on TFTP server)
- 13:54, 16 September 2007 CD image (hist) [1,699 bytes] Ron (Talk | contribs) (add first draft on how to create a CD image)
- 13:32, 16 September 2007 QEmu (hist) [5,563 bytes] Ron (Talk | contribs) (add first draft of booting with qemu)
- 01:14, 10 September 2007 Menu.lst-Examples (hist) [855 bytes] Adam (Talk | contribs) (New page: P is the path to the binaries. 'hello' example: title hello kernel P/bootstrap modaddr 0x02000000 module P/fiasco module P/sigma0 module P/roottask module P/hello 'DOpE' example:...)
- 11:55, 29 August 2007 L4Env (hist) [2,178 bytes] Ron (Talk | contribs) (start L4Env page)
- 14:46, 23 August 2007 Menu.lst (hist) [2,163 bytes] Ron (Talk | contribs) (What a basic menu.lst looks like)
- 14:16, 23 August 2007 GRUB (hist) [911 bytes] Ron (Talk | contribs) (start page on GRUB)
- 13:23, 12 August 2007 Quickstart (hist) [1,821 bytes] Adam (Talk | contribs) (New page: Quick guide to get the system compiled, without much explanation. * Get the sources ** ''hello'' is a simple set of programs, ''l4linux-2.6-env'' is everything needed for L4Linux. $ cd ...)
- 13:05, 12 August 2007 Prerequisites (hist) [739 bytes] Adam (Talk | contribs) (New page: To build the system you need the following: * x86 Linux host system (64bit is also supposed to work) * gcc/g++-4.1 or gcc/g++-4.2 * make * perl * python * gawk * libcurses-dev * bison/yacc...)
- 10:34, 3 August 2007 TUDOS Software Components (hist) [329 bytes] Adam (Talk | contribs) (New page: The TUDOS operating system consists of several components: * The Fiasco microkernel * L4Env, the L4 environment, a basic set of servers and libraries * L4Linux, a container for...)
- 10:23, 3 August 2007 What is TUDOS (hist) [82 bytes] Adam (Talk | contribs) (New page: TUDOS is an operating system project at [http://os.inf.tu-dresden.de/ TU Dresden].)
- 10:20, 3 August 2007 What is L4 (hist) [903 bytes] Adam (Talk | contribs) (New page: L4 started as a kernel developed by [http://i30www.ira.uka.de/aboutus/people/personal/liedtke?lid=en&publ=y Jochen Liedtke], designed from the ground up with performance as a primary goal....)
- 14:09, 1 August 2007 Getting TUDOS (hist) [680 bytes] Adam (Talk | contribs) (New page: TUDOS is available as snapshot releases and via SVN == SVN == [http://www.inf.tu-dresden.de/index.php?node_id=1735&ln=en SVN download instructions] == Snapshots == [http://os.inf.tu-dr...)
- 14:04, 1 August 2007 Programming (hist) [79 bytes] Adam (Talk | contribs) (New page: * [http://os.inf.tu-dresden.de/l4env/doc/ L4Env API documentation], conforming to SVN version)
- 14:03, 1 August 2007 HOWTOs (hist) [2,015 bytes] Adam (Talk | contribs) (New page: How to build and run. === Build === * Fiasco ** [http://os.inf.tu-dresden.de/fiasco/use.html] * L4Env * L<sup>4</sup>Linux === Running/Using === * Systems to use ** hardware requiremen...)
- 13:48, 1 August 2007 TUDOS in action (hist) [217 bytes] Adam (Talk | contribs) (New page: === Screenshots of TUDOS in action === * [http://os.inf.tu-dresden.de/L4/LinuxOnL4/inaction.shtml L4Linux])
- 13:34, 1 August 2007 Links/References (hist) [603 bytes] Adam (Talk | contribs) (New page: = Links and other references on L4 and TUDOS = * [http://os.inf.tu-dresden.de/L4/ general L4 website] * [http://l4hq.org/ L4HQ] * [http://os.inf.tu-dresden.de/fiasco/ Fiasco µ-kernel], [...)