Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
soc:2008:mdeck:notes:start [2008/05/19 17:35] mdc created |
soc:2008:mdeck:notes:start [2008/08/18 18:53] (current) mdeck |
||
---|---|---|---|
Line 4: | Line 4: | ||
==== Build Environment ==== | ==== Build Environment ==== | ||
- | Consists of three machines: A target client, a development server, and a desktop for usability. //Last update: May 16, 2008// | + | Consists of three machines: A target client, a development server, and a desktop. //Last update: August 18, 2008// |
- | * Target client{{ :soc:2008:mdeck:target.jpg}} | + | * Test client - This machine tests gPXE |
- | * A few PC parts on my desk: 2.8 GHz P4 / 512 MiB RAM | + | * Custom desktop PC: 2 GHz Core2 / 2 GiB RAM |
- | * Awaiting a PCI NIC for development | + | * A test NIC installed, with many on stand-by. |
- | * Desktop for usability | + | * No hard-disk, only PXE installed in on-board NIC. |
- | * Custom desktop PC: 2.4 GHz Core2 / 2 GiB RAM | + | * Desktop - I write code here |
+ | * Custom desktop PC: 1.8 GHz Core2 / 2 GiB RAM | ||
* Windows XP Pro x64 | * Windows XP Pro x64 | ||
* [[http://www.chiark.greenend.org.uk/~sgtatham/putty/|putty]] 0.60 | * [[http://www.chiark.greenend.org.uk/~sgtatham/putty/|putty]] 0.60 | ||
- | * [[http://www.crimsoneditor.com/|Crimson Editor]] w/ samba file access & [[http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter7.html#plink|plink]] script for remote building (hello, my name is Mike and I am a Windows addict) <code>plink -l USER -batch -m commands.txt 192.168.2.1</code> | + | * [[http://www.codeblocks.org/|Code::Blocks IDE]] or MSVC 2005 (depending on my needs) w/ samba file access |
- | * Windows Media Player for tunes ;) | + | * Winamp for tunes ;) |
- | * Development server{{ :soc:2008:mdeck:server.jpg}} | + | * Development server - Source tree built here{{ :soc:2008:mdeck:server.jpg}} |
* Laptop: 1.5 GHz Pentium-M / 512 MiB RAM | * Laptop: 1.5 GHz Pentium-M / 512 MiB RAM | ||
* Ubuntu 8.04 w/ 2.6.24-16.30 kernel | * Ubuntu 8.04 w/ 2.6.24-16.30 kernel | ||
Line 23: | Line 24: | ||
* syslinux 2:3.53-1ubuntu2 | * syslinux 2:3.53-1ubuntu2 | ||
* gitk 1:1.5.4.3-1ubuntu2 | * gitk 1:1.5.4.3-1ubuntu2 | ||
+ | * vblade 14-1ubuntu1 | ||
+ | * dhcp3-server 3.0.6.dfsg-1ubuntu9 | ||
+ | * tftpd-hpa 0.48-1ubuntu1 | ||
+ | * apache2 2.2.8-1 | ||
+ | * iscsitarget 0.4.15-5ubuntu2 | ||
+ | * wireshark 1.0.0-1 | ||
==== Reference Links ==== | ==== Reference Links ==== | ||
* [[http://code.google.com/soc/2008/etherboot/appinfo.html?csaid=607289E796D6ABA3|GSoC Application Information]] | * [[http://code.google.com/soc/2008/etherboot/appinfo.html?csaid=607289E796D6ABA3|GSoC Application Information]] | ||
- | * [[dev:netdriverapi|gPXE Network Driver API Documentation]] | + | * [[dev:netdriverapi|Deprecated Etherboot Network Driver API Documentation]] |
+ | * [[soc:2008:mdeck:notes:gpxe_driver_api|gPXE Network Driver API Documentation]] | ||