====== Differences ====== This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
soc:2010:andreif:journal:week9 [2010/07/20 10:03] andreif created |
soc:2010:andreif:journal:week9 [2010/07/26 11:48] (current) andreif |
||
---|---|---|---|
Line 29: | Line 29: | ||
* The NIC needs the newer backoff algorithm | * The NIC needs the newer backoff algorithm | ||
* If that one doesn't work, stop! Debugging time! | * If that one doesn't work, stop! Debugging time! | ||
+ | |||
+ | ==== Day 3 [ Wed 21 Jul 2010 ] ==== | ||
+ | |||
+ | me.away() | ||
+ | |||
+ | ==== Day 4 [ Thu 22 Jul 2010 ] ==== | ||
+ | |||
+ | Posted the updated forcedeth patch today. It contains all of the previously mentioned modifications. | ||
+ | |||
+ | ==== Day 5 [ Fri 23 Jul 2010 ] ==== | ||
+ | |||
+ | Git commit: [[http://git.etherboot.org/?p=people/andreif/gpxe.git;a=commit;h=f97d937cab21c01d810274393abfd3aecb2e68cd|f97d937cab21c01d810274393abfd3aecb2e68cd]] | ||
+ | |||
+ | Back to multiboot today, more specifically to the decompression part. These days I am going to work on extracting and black-boxing the decompression code from the gzip utility. For starters, I won't try to integrate the code with gPXE, I'll just try and get it to work separately using an input .gz file. By the end of the week I hope to have a working gunzip util. | ||
+ | |||
+ | ==== Day 6 [ Sat 24 Jul 2010 ] ==== | ||
+ | |||
+ | No coding today, but a lot of documentation. I am currently trying to understand the DEFLATE algorithm. I played around all day with a decompression implementation from the zlib library and I think with a little bit more time I'll comprehend it all. | ||
+ | |||
+ | ==== Day 7 [ Sun 25 Jul 2010 ] ==== | ||
+ | |||
+ | me.away() |