<?xml version="1.0"?>
<rss version="0.91">
  <channel>
    <title>Squeak People diary for gera</title>
    <description>Squeak People diary for gera</description>
    <link>http://people.squeakfoundation.org/person/gera/</link>
    <item>
      <title>9 Aug 2006</title>
      <pubDate>Wed, 09 Aug 2006 15:39:26 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=22</link>
      <description>&lt;b&gt;New release available:&lt;/b&gt; &lt;a href=&quot;https&quot; ://sourceforge.net/project/showfiles.php?group_id=3891&amp;package_id=3865&gt;SqueakNOS-08-Aug-2006.iso&lt;/a&gt;

&lt;p&gt; &lt;p&gt; This release was reorganized for a clearer distribution and to be in synch with the article &lt;a href=&quot;http&quot; ://people.squeakfoundation.org/article/61.html&gt;&quot;SqueakNOS: Building, changing, booting and installing.&quot;&lt;/a&gt;.

&lt;p&gt; &lt;p&gt; It also has Lance and Realtek8139 network cards initialization by default, as well as TCP/IP stack initialization, except for setting up the IP address, which should be done from the Workspace.</description>
    </item>
    <item>
      <title>5 Aug 2006</title>
      <pubDate>Sat, 05 Aug 2006 05:55:37 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=21</link>
      <description>&lt;b&gt;New article posted&lt;/b&gt;

&lt;p&gt; &lt;p&gt; I posted a new article in the SqueakNOS series:
&lt;A HRef=http://people.squeakfoundation.org/article/61.html&gt;SqueakNOS: Building, changing, booting and installing.&lt;/a&gt; Take a look if you are interested in making modifications to SqueakNOS (and testing the modifications). Or if you want to make a bootable USB disk with SqueakNOS.</description>
    </item>
    <item>
      <title>28 Jul 2006</title>
      <pubDate>Fri, 28 Jul 2006 01:05:57 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=20</link>
      <description>&lt;B&gt;RTL8139 working and NetSqueak integrated into SqueakNOS&lt;/b&gt;&lt;p&gt;
Realtek8139PCIDevice can receive and send perfectly!!!
but way more important, Luciano is working a lot on &lt;A HRef=http://www.squeaksource.com/Net.html&gt;NetSqueak&lt;/a&gt; and now we have integrated all his work in SqueakNOS, and... IP, ARP, ICMP are working, UDP should be working and TCP is almost working (You can open a listening port in SqueakNOS and telnet from outside for example, or you can open an outgoing connection). New release coming soon</description>
    </item>
    <item>
      <title>22 Jul 2006</title>
      <pubDate>Sat, 22 Jul 2006 16:39:59 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=19</link>
      <description>Almost &lt;b&gt;booted on Macbook pro&lt;/b&gt;.

&lt;p&gt; We used &lt;a href=&quot;http&quot; ://wiki.onmac.net/index.php/Triple_Boot_via_BootCamp&gt;BootCamp&lt;/a&gt; with a modified version of GRUB including the &lt;a href=&quot;http&quot; ://www.scl.ameslab.gov/Projects/mini-xen/grub-a20.patch&gt;A20 patch&lt;/a&gt;. (We will release this new GRUB with next SqueakNOS release, if you need it, mail us).

&lt;p&gt; The video mode was correct, but then, when SqueakNOS started toying with hardware I/O ports the Macbook pro froze... we were not surprised to see it freezing, as all hardware must be different, but it was nice to see that it's at least booting, and that the problem now must be solved in Squeak and not natively. We are not going to put much more time on this right now though.
</description>
    </item>
    <item>
      <title>21 Jul 2006</title>
      <pubDate>Fri, 21 Jul 2006 17:36:20 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=18</link>
      <description>&lt;b&gt;Realtek8139Device transmit working&lt;/b&gt;

&lt;p&gt; I have just commited to Monticello Realtek8139PCIDevice. This is a device supporting Realtek RTL8139 10/100 Ethernet card. Right now it only supports receiving, but in a much better way than the LancePCIDevice (this RTL device uses a 64kb circular buffer as supported by the card, the LancePCIDevice still does not support the circular linked list feature).&lt;br&gt;
Transmiting is not supported yet, but should not take long to do... stay tunned!</description>
    </item>
    <item>
      <title>17 Jul 2006</title>
      <pubDate>Mon, 17 Jul 2006 16:16:23 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=17</link>
      <description>&lt;b&gt;New release&lt;/b&gt;: Networking is working! :-)

&lt;p&gt; Only support for a single Network Card (the one emulated by vmware). You can boot the image we just released, and ping!

&lt;p&gt; &lt;p&gt; get it: http://sourceforge.net/project/showfiles.php?group_id=3891&amp;amp;package_id=3865</description>
    </item>
    <item>
      <title>14 Jul 2006</title>
      <pubDate>Fri, 14 Jul 2006 03:42:38 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=16</link>
      <description>&lt;b&gt;New screenshot&lt;/b&gt;

&lt;p&gt; I just added a new Screenshot of SqueakNOS receiving packets using IRQs, and showing them in the Transcript.&lt;br&gt;
For this we're using NetSqueak (http://www.squeaksource.com/Net.html)

&lt;p&gt; &lt;p&gt; &lt;p&gt; https://sourceforge.net/project/screenshots.php?group_id=3891&amp;amp;ssid=37701

&lt;p&gt; &lt;p&gt; &lt;p&gt; You can see the first packets are ARP requests, then and ICMP EchoRequest (ping) and then an incoming TCP SYN request to port 23. Packet sending is not implemented yet, so I had to manually set the mac address using 'arp -s' on the source box.</description>
    </item>
    <item>
      <title>13 Jul 2006</title>
      <pubDate>Thu, 13 Jul 2006 17:05:58 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=15</link>
      <description>hah! More happines!
I just filed in Luciano's Packets from http://community.corest.com/~luciano/conduits/ into my SqueakNOS, and could finally see the EthernetPackets as they should be. Now, handling the IRQs for the LancePCIDevice (netowrk card) I see in the Transcript all packets decoded properly :-)</description>
    </item>
    <item>
      <title>10 Jul 2006</title>
      <pubDate>Mon, 10 Jul 2006 20:38:06 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=14</link>
      <description>Hahahah! stupid stupid bug!!!! we are now officially ab le to receive Ethernet packets, wowowow! we just danced a weird dance, the &quot;happy dance&quot;... now, back to work!</description>
    </item>
    <item>
      <title>10 Jul 2006</title>
      <pubDate>Mon, 10 Jul 2006 17:09:43 -0700</pubDate>
      <link>http://people.squeakfoundation.org/person/gera/diary.html?start=13</link>
      <description>All this time I was quiet I wasn't really quiet, I was working on implementing the LancePCIDevice, a device for supporting Lance network cards. However, it's taking quite some time... The pdf describing how the card works has roughly 300 pages, and most of them describe each of the 16 bits of 150 hardware registers of so. We don't need them all of course, but have now 140 methods in 4 classes... And I finally got something I could try, but it didn't work :-(&lt;p&gt;But I'm not giving up on it ever!</description>
    </item>
  </channel>
</rss>
