Changes between Version 1 and Version 2 of UsersGuide/Networking


Ignore:
Timestamp:
2012-04-20T09:54:02Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Add intro

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/Networking

    v1 v2  
    33== Introduction ==
    44
     5HelenOS supports TCP/IP networking with IPv4. TCP, UDP, ICMP protocols are supported. Various real and emulated Ethernet network adapters can be used (see below). One usability limitation is that DNS name resolution and DHCP are not implemented yet.
     6
    57== Setting up real hardware ==
     8
     9Make sure you have a supported network adapter, otherwise no special setup is necessary. Supported network adapters:
     10
     11  * NE 2000 (ISA) - compatible
     12  * Intel PRO/1000 (1 Gbit)
     13  * Realtek RTL8139 (100 Mbit)
    614
    715== Setting up virtual hardware ==