May 11
Projects
Here is a list of some of the projects I’m involved in and code that I’ve written that may be of some use to someone.
Ubuntu PS3 Port
I am working to try and improve support for Ubuntu on the PS3. Here are the relevant links:
- PSUbuntu.com - community home page and forums.
- Installation Instructions
- Bug Tracker
- Development Mailing List
kconfigdiff
While trying to trace a problem in the Ubuntu PS3 kernel I found myself needing to compare/diff two very large Linux Kernel config files containing many hundreds of unsorted options. I needed a quick way to identify the differing and left/right unique options sorted and nicely formatted. So I crafted the following Python script which I’ve named kconfdiff. Maybe this will be of use to someone else. I’m certain it’s not the first time someone has needed to do this but I didn’t find much on Google and was quite to keen to exercise some Python.
Example output can be seen here: config-diffs
The current version can be downloaded here: kconfdiff-1.1.tar.gz
