DDE::Flips: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
m (moved Flips to DDE::Flips)
(No difference)

Revision as of 16:58, 28 January 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