<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Munckfish.net</title>
	<link>http://munckfish.net/blog</link>
	<description>Dan Munckton's slice of the internet pie.</description>
	<lastBuildDate>Fri, 22 Jan 2010 17:17:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Display list of all predefined macros in GCC</title>
		<description>Something I always forget and have to look up.

1) Print predefined macros:

gcc -dM -E - &#60;/dev/null &#124; sort &#124; less

2) Print predefined macros and macros introduced by a specific header

echo "#include &#60;stdlib.h&#62;" &#62; foo.h

gcc -dM -E foo.h &#124; sort &#124; less

Reference for -dM is in the cpp man page. </description>
		<link>http://munckfish.net/blog/archive/2010/01/22/display-list-of-all-predefined-macros-in-gcc/</link>
			</item>
	<item>
		<title>Maintaining the Ubuntu PS3 Kernel: Upstream Syncing</title>
		<description>Following on from my previous posts I'll now make some notes on how to synchronise with the upstream kernel Git HEAD.

The KernelTeam's KernelMaintenance page does mention a little about this but provides no examples or detail. I found out what was necessary by sending questions to the kernel team mailing ...</description>
		<link>http://munckfish.net/blog/archive/2008/08/30/ubuntu-ps3-kernel-upstream-syncing/</link>
			</item>
	<item>
		<title>Maintaining the Ubuntu PS3 Kernel: Cross Compiling</title>
		<description>The easiest way to build the kernel for PS3 is to do so on the PS3 itself. However even with great tools like ccache to speed up repeated builds it can take a long time on PS3 most probably because of its relative small amount of RAM (256MB). So I ...</description>
		<link>http://munckfish.net/blog/archive/2008/08/16/ubuntu-ps3-kernel-building/</link>
			</item>
	<item>
		<title>Maintaining the Ubuntu PS3 Kernel: Getting Started</title>
		<description>I want to make a series of posts to record some of the things I've found out about maintaining the Ports Kernel for PS3 so far. I'm still to complete the full cycle to getting an updated kernel build into the repos but I'd like to note what I've found ...</description>
		<link>http://munckfish.net/blog/archive/2008/08/16/maintaining-the-ubuntu-ps3-kernel-getting-started/</link>
			</item>
	<item>
		<title>Working on the Ubuntu PS3 Port</title>
		<description>I am relatively new to the Ubuntu PS3 Port team. I joined about a month before Hardy was released when I was told by Gouki that there really wasn't any development happening on it because it was a community maintained port just like the PowerPC port now is too. I ...</description>
		<link>http://munckfish.net/blog/archive/2008/05/17/working-on-the-ubuntu-ps3-port/</link>
			</item>
	<item>
		<title>Hello Planet!</title>
		<description>Hi folks. This is my first post to Planet Ubuntu Users. Thanks to Gouki for letting me on board.

As well as blogging about general Ubuntu stuff I'll also be talking about the Ubuntu PS3 Port project which I'm currently obsessed with. </description>
		<link>http://munckfish.net/blog/archive/2008/05/13/hello-planet/</link>
			</item>
	<item>
		<title>Linux on Playstation 3</title>
		<description>I have now got Ubuntu installed on my PS3.  This is very cool! The potential of no longer having to have a desktop computer sat in the corner taking up space is fantastic. Instead I have a mini super computer in a small beautifully styled consumer device's clothing connected ...</description>
		<link>http://munckfish.net/blog/archive/2008/02/15/linux-on-playstation-3/</link>
			</item>
	<item>
		<title>Linux on TV</title>
		<description>Flicking through the menus on a Panasonic Viera 32" LCD I discovered a "Software Licence" link in the setup menu. Amazingly this links to a full copy of the GPL and a link to am-linux.jp. Seems it runs Linux! </description>
		<link>http://munckfish.net/blog/archive/2008/02/13/linux-on-tv/</link>
			</item>
	<item>
		<title>Possible regression in Java 6 DisplayMode functionality on Ubuntu Gutsy</title>
		<description>I upgraded my desktop machine to Gutsy today to have a play with it before upgrading my laptop. I'm really glad I did it in this order as it appears there may be a regression in the version of Java 6 shipping on Gutsy.

I happened to test out a Java ...</description>
		<link>http://munckfish.net/blog/archive/2007/10/20/regression-java6-displaymodes-gutsy/</link>
			</item>
	<item>
		<title>Ubuntu BulletProofX demo</title>
		<description>Bryce Harrington (an Ubuntu Developer) has created an article demonstrating the new BulletProofX feature which will be included in the upcoming 7.10 (Gutsy) release of the OS: BulletProofX

It's fantastic to see this finally implemented, Graphics Card and Screen issues, in my experience, have been the most visible deficiency of the ...</description>
		<link>http://munckfish.net/blog/archive/2007/10/11/bulletproofx/</link>
			</item>
</channel>
</rss>
