<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Lallafa's Blog</title>
	<link>http://lallafa.de/blog</link>
	<description>Personal Musings about the Commodore64, Macs and my other Hobby Projects</description>
	<lastBuildDate>Sat, 14 Jan 2012 21:28:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<item>
		<title>Mastering ADF/HDF Images with xdftool</title>
		<description><![CDATA[<p>My Amiga cross development environment on my Mac is getting really useful now: with vamos running the SAS C compiler I can create Amiga binaries with ease. With the binaries in place I want to try them on the real machine, too. For my trusty old Amiga 500, I still use disks to transfer the <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2012/01/mastering-adfhdf-images-with-xdftool/">Mastering ADF/HDF Images with xdftool</a></span>]]></description>
		<link>http://lallafa.de/blog/2012/01/mastering-adfhdf-images-with-xdftool/</link>
			</item>
	<item>
		<title>Building a &#8220;real&#8221; Project on vamos running SAS C</title>
		<description><![CDATA[<p>In the last post I showed you that vamos is already able to call the SAS C Compiler 6.58 and compile some example source files. In the last few days I added the missing parts to vamos to support smake, too. Namely, calling sub processes with SystemTagList() was added and lots of bugs fixed. With <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/12/building-a-real-project-on-vamos-running-sas-c/">Building a &#8220;real&#8221; Project on vamos running SAS C</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/12/building-a-real-project-on-vamos-running-sas-c/</link>
			</item>
	<item>
		<title>Running the Amiga SAS C 6.58 compiler with vamos</title>
		<description><![CDATA[<p>Well, the vamos project is progressing really, really well&#8230; And while I&#8217;m working at bringing more and more native Amiga tools to life on my Mac, I almost overlooked the first major milestone (and actually its primary initial goal) of the project: running the SAS C Compiler&#8230;</p> <p>This posts interrupts the rather technical series of <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/12/running-the-amiga-sas-c-6-58-compiler-with-vamos/">Running the Amiga SAS C 6.58 compiler with vamos</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/12/running-the-amiga-sas-c-6-58-compiler-with-vamos/</link>
			</item>
	<item>
		<title>Inside vamos (Part 2)</title>
		<description><![CDATA[<p>Today we continue our little journey through my newest project and have a look at libraries and structures in the &#8220;virtual&#8221; Amiga RAM of vamos.</p> <p>Make sure to read Part 1 of the series first&#8230;</p> <p>Todays topics:</p> Amiga Libraries Amiga Structures 1. Amiga Libraries <p>We already know from our first expirments that an Amiga library <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/11/inside-vamos-part-2/">Inside vamos (Part 2)</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/11/inside-vamos-part-2/</link>
			</item>
	<item>
		<title>vamos runs Amiga CLI programs on my Mac</title>
		<description><![CDATA[<p>I did some classic m68k Amiga code development that uses the SAS C compiler recently (see plip2slip). Everything was set up in a P-UAE-based AmigaOS 3.9 environment and worked fairly confortable. While switching between TextMate on my Mac I used for editing the code and the CLI window in P-UAE I had a thought: &#8220;It <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/11/vamos-runs-amiga-cli-programs-on-my-mac/">vamos runs Amiga CLI programs on my Mac</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/11/vamos-runs-amiga-cli-programs-on-my-mac/</link>
			</item>
	<item>
		<title>SilverSurfer patched for Amiga 500</title>
		<description><![CDATA[<p>I just purchased a new HW goodie for my classic Amiga 500. A clockport adapter and a SilverSurfer serial card that allows high baudrates (e.g. 115200 baud) on this machine without generating too much CPU load.</p> <p>HW installation was fairly easy, but with the software the trouble began&#8230; The supplied drivers does not run on <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/10/silversurfer-patched-for-amiga-500/">SilverSurfer patched for Amiga 500</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/10/silversurfer-patched-for-amiga-500/</link>
			</item>
	<item>
		<title>plip2slip 0.1 released</title>
		<description><![CDATA[<p>While playing with my A500 recently, I had the idea to try out the TCP Stacks available for this platform. Since the little Amiga lacks a decent ethernet card I had to get along with the internal serial port and a SLIP connection. With 9600 Baud this is very slooow. So I kept on searching <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/08/plip2slip-0-1-released/">plip2slip 0.1 released</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/08/plip2slip-0-1-released/</link>
			</item>
	<item>
		<title>vbcc 0.9b: An Amiga Cross Compiler for Mac OS X</title>
		<description><![CDATA[<p>&#160;</p> <p>On my neverending quest to have a powerful cross compiler for m68k Classic Amiga (i.e. OS &#60;= 3.x) for my Mac I had a closer look on the fresh new release of Volker Barthelmann&#8217;s C Compiler.</p> <p>In this post I&#8217;ll describe how to install this nice piece of code on your machine in a <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/08/vbcc-0-9b-an-amiga-cross-compiler-for-mac-os-x/">vbcc 0.9b: An Amiga Cross Compiler for Mac OS X</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/08/vbcc-0-9b-an-amiga-cross-compiler-for-mac-os-x/</link>
			</item>
	<item>
		<title>Updated OpenCBM and Nibtools Portfiles</title>
		<description><![CDATA[<p>If you are using OpenCBM or Nibtools with the MacPort Portfiles I offer here on my site then you can now find an update of both Portfiles on the following pages:</p> OpenCBM on Mac Nibtools on Mac <p>What has changed? Until now I had Portfiles that pick the source from a Snapshot tarball I have <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/07/updated-opencbm-and-nibtools-portfiles/">Updated OpenCBM and Nibtools Portfiles</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/07/updated-opencbm-and-nibtools-portfiles/</link>
			</item>
	<item>
		<title>DICE 3.15 revisited on Mac</title>
		<description><![CDATA[<p>DICE (Matt Dillon’s C Compiler Environment) was one of the first C compiler I came in touch with back in the days on my A500. Recently,while scanning the Net for a m68k Amiga Cross Compiler solution for my Mac I stumbled across the source code release of DICE by Matt himself…</p> <p>Here is the story <span style="color:#777"> . . . &#8594; Read More: <a href="http://lallafa.de/blog/2011/06/dice-3-15-revisited-on-mac/">DICE 3.15 revisited on Mac</a></span>]]></description>
		<link>http://lallafa.de/blog/2011/06/dice-3-15-revisited-on-mac/</link>
			</item>
</channel>
</rss>

