DDE::Flips: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
No edit summary
m (Reverted edits by Ogozasuta (talk) to last revision by BjoernD)
Line 1: Line 1:
----
<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;">
----
=[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 ==



Revision as of 22:25, 24 November 2010

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