Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Added the NE2K_Send function, which takes several arguments, creates a packet from...
[palacios.git] / palacios / src / geekos / ne2k.c
2008-08-04 Matt Wojcik Added the NE2K_Send function, which takes several argum...
2008-07-31 Peter Kamm Version that automatically checks RX packet size. ...
2008-07-30 Matt Wojcik Initial working version of NE2K_Receive() added.
2008-07-28 Peter Kamm Initial version of ne2k driver.