From 13c1689cc74e28d6c5901e706d5d55baf0289cc5 Mon Sep 17 00:00:00 2001 From: Marty Connor Date: Fri, 2 Mar 2007 23:46:47 +0000 Subject: [PATCH] Remove outdated web files --- eb.png | Bin 1342 -> 0 bytes index-berlios.html | 254 --------------------------------------------- index.html | 254 --------------------------------------------- index.xhtml | 83 --------------- style.css | 15 --- 5 files changed, 606 deletions(-) delete mode 100644 eb.png delete mode 100644 index-berlios.html delete mode 100644 index.html delete mode 100644 index.xhtml delete mode 100644 style.css diff --git a/eb.png b/eb.png deleted file mode 100644 index 544c841d827f96110d513c32c3d0797070e8f178..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1342 zcmV-E1;P4>P);}@ z=ms^Q1BB51?=*g8)l-{nz_4M6iZ!vS4tn^78tnXgyUhQ}UiiJ+ZvbGQ)9I(1 zH|8ij57T@!IOKCjd(`RuB{*=1$9AmGZ_oSe00W6~dvFk_&(Chx&Eb{RGiNSv6#1eb z(esSpym0$bWK}422JF)a=Httxp+(T&j{T)bQnuM4Pvf-A4qQKn4EBeueIb&}63L91 zZQFN-rpb~B<3_AzVUWdPfJCvig*EZhLpE1g5WC()^G4s}2gJQiZeMXw3ObA;$>uDX zicGAvn--6frS7BxmB1#ZNhn&1s$-8tmz>>espOoYTSe4tSL~_qVv$*b0H&LaMjuZU ziGlDL4;SKS?o38`PJCT9+{jNWr6!hoTr(r7`QmU2HVK#DSSj5zz`B}zh)YbrBU_k^k(G)H#hmdB_(YbTqr=5+u0c1qr1wl@hbVrp?7`8p)-lB^E~7PMZg3rkBuBJD3RVd~`DJIdoROJTFC{HWL*{;m%wfq?eQFZVrJyXsRJE0h51Zzu-ZC-R-d*XJ*?k^&eP8M4@ z>_hez)#_=93%!pkckVz;tvp$GJw8+^mQvTSoHVt%<%w=mZV-~Guo_#_1iOROw+K=X z&eSt?QG+Kf5@;D8I1u%F^Yinl~)Pf$eMrY{zcC_YrsIwxYH47=i^|<_x03>R7D7aWP0u8kuy1%6I zZ=(NbQ`iG2g&vz=y!-l5Z(%4; - - - -Welcome to EtherBoot.org - - - - - - - - - - - - - - - - -
-

Welcome to the

-
-
-
EtherBoot Project
-
-
-OSDir 2003 Winner Badge -
-
-
Etherboot logo
-
- - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
-

About EtherBoot

- -

Etherboot is a software package for creating ROM -images that can download code over an Ethernet network to be -executed on an x86 computer. Many network adapters have a socket -where a ROM chip can be installed. Etherboot is code that can be -put in such a ROM. Etherboot is normally used for for booting PCs -diskless. This is useful in various situations, for example:

- -
    -
  • An X-terminal.
  • - -
  • Clusters of compute servers.
  • - -
  • Routers.
  • - -
  • Various kinds of remote servers, e.g. a tape drive server that -can be accessed with the RMT protocol.
  • - -
  • Machines doing tasks in environments unfriendly to disks.
  • - -
  • A user platform where remote partitions are mounted over the -network and you are willing to accept the lower speed compared to -disk.
  • - -
  • Maintaining software for a cluster of equally configured -workstations centrally.
  • -
- -

Etherboot can boot computers faster than from a disk -because there are no delays in spinning up disks, etc. A moment's -calculation will show that even with a 10Mbit Ethernet, sending a -500kB kernel will take only a couple of seconds typically. With -100Mbit Ethernet it gets even better.

- -

Compared to booting from solid-state devices, e.g. -Flash disks, Etherboot has the advantage of centralising software -adminstration, the tradeoff being the dependence on a server. This -can be partly alleviated by providing redundant servers.

- -

Etherboot can work with RAM disks, NFS filesystems, -or even local disks, if desired. It's a component technology and -can be combined with other technologies to do things the way you -want.

- -

Etherboot is usually used to load Linux, FreeBSD or -DOS. However the protocol and boot file formats are general, so -there is no reason why it could not be used to load arbitrary -images to a PC, including other OSes.

- -

Etherboot is Open Source under the GNU General Public -License Version 2 (GPL2).

- -

The components needed by Etherboot are

- -
    -
  • A bootstrap loader, usually in an EPROM on a network card, or -installed in the flash BIOS, but could be put anywhere in the -address space the BIOS probes in. For testing this could be put on -a floppy disk or a hard disk partition. Some configurations may -even be always run from a floppy disk (e.g. temporary testing -setups or pedagogic uses).
  • - -
  • A DHCP or bootp server, for returning an IP address and other -information when sent a MAC (Ethernet card) address.
  • - -
  • A tftp server, for sending the kernel images and other files -required in the boot process. Alternatively, Etherboot can boot -from an NFS mount.
  • - -
  • A Linux or FreeBSD kernel.
  • - -
  • Optionally, a NFS server, for providing the disk partitions -that will be mounted if Linux or FreeBSD is being booted.
  • - -
  • Optionally, a RAM disk contained in the loaded image. This can -be the initial RAM disk if desired.
  • - -
  • Software tools for building the download image, and tools for -debugging.
  • -
-
- -
- - - - - -
 
- - - - - - -
-
Hosted by
-
BerliOS Logo
- - - diff --git a/index.html b/index.html deleted file mode 100644 index 653ea4e23..000000000 --- a/index.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - -Welcome to EtherBoot.org - - - - - - - - - - - - - - - - -
-

Welcome to the

-
-
-
EtherBoot Project
-
-
-OSDir 2003 Winner Badge -
-
-
Etherboot logo
-
- - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
-
-

About EtherBoot

- -

Etherboot is a software package for creating ROM -images that can download code over an Ethernet network to be -executed on an x86 computer. Many network adapters have a socket -where a ROM chip can be installed. Etherboot is code that can be -put in such a ROM. Etherboot is normally used for for booting PCs -diskless. This is useful in various situations, for example:

- -
    -
  • An X-terminal.
  • - -
  • Clusters of compute servers.
  • - -
  • Routers.
  • - -
  • Various kinds of remote servers, e.g. a tape drive server that -can be accessed with the RMT protocol.
  • - -
  • Machines doing tasks in environments unfriendly to disks.
  • - -
  • A user platform where remote partitions are mounted over the -network and you are willing to accept the lower speed compared to -disk.
  • - -
  • Maintaining software for a cluster of equally configured -workstations centrally.
  • -
- -

Etherboot can boot computers faster than from a disk -because there are no delays in spinning up disks, etc. A moment's -calculation will show that even with a 10Mbit Ethernet, sending a -500kB kernel will take only a couple of seconds typically. With -100Mbit Ethernet it gets even better.

- -

Compared to booting from solid-state devices, e.g. -Flash disks, Etherboot has the advantage of centralising software -adminstration, the tradeoff being the dependence on a server. This -can be partly alleviated by providing redundant servers.

- -

Etherboot can work with RAM disks, NFS filesystems, -or even local disks, if desired. It's a component technology and -can be combined with other technologies to do things the way you -want.

- -

Etherboot is usually used to load Linux, FreeBSD or -DOS. However the protocol and boot file formats are general, so -there is no reason why it could not be used to load arbitrary -images to a PC, including other OSes.

- -

Etherboot is Open Source under the GNU General Public -License Version 2 (GPL2).

- -

The components needed by Etherboot are

- -
    -
  • A bootstrap loader, usually in an EPROM on a network card, or -installed in the flash BIOS, but could be put anywhere in the -address space the BIOS probes in. For testing this could be put on -a floppy disk or a hard disk partition. Some configurations may -even be always run from a floppy disk (e.g. temporary testing -setups or pedagogic uses).
  • - -
  • A DHCP or bootp server, for returning an IP address and other -information when sent a MAC (Ethernet card) address.
  • - -
  • A tftp server, for sending the kernel images and other files -required in the boot process. Alternatively, Etherboot can boot -from an NFS mount.
  • - -
  • A Linux or FreeBSD kernel.
  • - -
  • Optionally, a NFS server, for providing the disk partitions -that will be mounted if Linux or FreeBSD is being booted.
  • - -
  • Optionally, a RAM disk contained in the loaded image. This can -be the initial RAM disk if desired.
  • - -
  • Software tools for building the download image, and tools for -debugging.
  • -
-
- -
- - - - - -
 
- - - - - - -
-
Hosted by
-
SourceForge Logo -
- - - diff --git a/index.xhtml b/index.xhtml deleted file mode 100644 index f5f0e4132..000000000 --- a/index.xhtml +++ /dev/null @@ -1,83 +0,0 @@ -
-

About EtherBoot

- -

Etherboot is a software package for creating ROM -images that can download code over an Ethernet network to be -executed on an x86 computer. Many network adapters have a socket -where a ROM chip can be installed. Etherboot is code that can be -put in such a ROM. Etherboot is normally used for for booting PCs -diskless. This is useful in various situations, for example:

- -
    -
  • An X-terminal.
  • - -
  • Clusters of compute servers.
  • - -
  • Routers.
  • - -
  • Various kinds of remote servers, e.g. a tape drive server that -can be accessed with the RMT protocol.
  • - -
  • Machines doing tasks in environments unfriendly to disks.
  • - -
  • A user platform where remote partitions are mounted over the -network and you are willing to accept the lower speed compared to -disk.
  • - -
  • Maintaining software for a cluster of equally configured -workstations centrally.
  • -
- -

Etherboot can boot computers faster than from a disk -because there are no delays in spinning up disks, etc. A moment's -calculation will show that even with a 10Mbit Ethernet, sending a -500kB kernel will take only a couple of seconds typically. With -100Mbit Ethernet it gets even better.

- -

Compared to booting from solid-state devices, e.g. -Flash disks, Etherboot has the advantage of centralising software -adminstration, the tradeoff being the dependence on a server. This -can be partly alleviated by providing redundant servers.

- -

Etherboot can work with RAM disks, NFS filesystems, -or even local disks, if desired. It's a component technology and -can be combined with other technologies to do things the way you -want.

- -

Etherboot is usually used to load Linux, FreeBSD or -DOS. However the protocol and boot file formats are general, so -there is no reason why it could not be used to load arbitrary -images to a PC, including other OSes.

- -

Etherboot is Open Source under the GNU General Public -License Version 2 (GPL2).

- -

The components needed by Etherboot are

- -
    -
  • A bootstrap loader, usually in an EPROM on a network card, or -installed in the flash BIOS, but could be put anywhere in the -address space the BIOS probes in. For testing this could be put on -a floppy disk or a hard disk partition. Some configurations may -even be always run from a floppy disk (e.g. temporary testing -setups or pedagogic uses).
  • - -
  • A DHCP or bootp server, for returning an IP address and other -information when sent a MAC (Ethernet card) address.
  • - -
  • A tftp server, for sending the kernel images and other files -required in the boot process. Alternatively, Etherboot can boot -from an NFS mount.
  • - -
  • A Linux or FreeBSD kernel.
  • - -
  • Optionally, a NFS server, for providing the disk partitions -that will be mounted if Linux or FreeBSD is being booted.
  • - -
  • Optionally, a RAM disk contained in the loaded image. This can -be the initial RAM disk if desired.
  • - -
  • Software tools for building the download image, and tools for -debugging.
  • -
-
diff --git a/style.css b/style.css deleted file mode 100644 index 8a381f3ad..000000000 --- a/style.css +++ /dev/null @@ -1,15 +0,0 @@ -body { - background-color: #BFCBD9; - color: #000000; -} -ul.c11 {color: #0F3161; font-family: Arial, Helvetica, sans-serif} -div.c10 {color: #BFCBD9; font-family: Arial, Helvetica, sans-serif; text-align: right} -span.c9 {color: #0F3161; font-family: Arial, Helvetica, sans-serif} -a.c8 {color: #0F3161; font-family: Arial, Helvetica, sans-serif} -p.c7 {color: #0F3161; font-family: Arial, Helvetica, sans-serif} -h2.c6 {color: #0F3161; font-family: Arial, Helvetica, sans-serif} -a.c5 {color: #FA5053; font-family: Arial, Helvetica, sans-serif} -div.c4 {text-align: right} -a.c3 {color: #BFCBD9; font-family: Arial, Helvetica, sans-serif} -div.c2 {color: #0F3161; font-family: Arial; font-size: 200%; text-align: left} -h2.c1 {color: #BFCBD9; font-family: Arial, Helvetica, sans-serif}