DDE::Flips: Difference between revisions

From TUDOS-Wiki
Jump to navigationJump to search
Line 11: Line 11:
  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 18:
  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 ===

Revision as of 10:44, 20 October 2008

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