DDE::Flips: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
(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...)
 
No edit summary
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:DDE]]
''This page describes software that has been developed for L4Env and is no longer supported with L4Re.''
== Overview ==
== Overview ==


Line 11: Line 13:
  kernel /bin/bootstrap
  kernel /bin/bootstrap
  modaddr 0x02000000
  modaddr 0x02000000
  module /bin/fiasco -serial_esc
  module /bin/fiasco
  module /bin/sigma0
  module /bin/sigma0
  module /bin/roottask
  module /bin/roottask
Line 18: Line 20:
  module /bin/l4io
  module /bin/l4io
  module /bin/ore
  module /bin/ore
  module /bin/flips26-ore --dhcp
  module /bin/flips-ore --dhcp


=== without DHCP ===
=== without DHCP ===
Line 24: Line 26:
  kernel /bin/bootstrap
  kernel /bin/bootstrap
  modaddr 0x02000000
  modaddr 0x02000000
  module /bin/fiasco -serial_esc
  module /bin/fiasco
  module /bin/sigma0
  module /bin/sigma0
  module /bin/roottask
  module /bin/roottask
Line 33: Line 35:
  module /bin/name_server
  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/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/flips26-ore --dhcp
  module /bin/flips-ore

Latest revision as of 17: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