Archive for February, 2007
19
Feb

Efika

I’ve been working on getting FreeBSD booting on an EFIKA. I haven’t got it fully working but I can get it to the point when it will attempt to schedule tasks. It does show the state of the registers before the exception. I can use them to help figure out the state the CPU is in.

I’ve managed to track down the problem to calling the clock interrupt handler. It doesn’t appear to get to the code that handles the clock so I’m looking into where it its that it fails.

15
Feb

I’ve just released a new version of libpkg. It adds the important feature of being able to remove packages with pkg_delete. It also has the start of a testing framework to make sure it will work correctly. These tests include both unit tests of each part and functional tests of each tool as a whole.

The work now is to increase the number of unit tests, implement package creation and rewrite the +CONTENTS file parsing.

12
Feb

I downloaded the new FreeSBIE 2.0.1 release. It is very nice. The only thing I would have liked extra is to have Xfce start automatically from boot rather than to have to type in startx. People new to Unix like systems could find this difficult as the command is explained after the screenshots in the documentation. On the other hand it could mean more people read the release notes and find out how to do more with it.

I would encourage everyone who uses Linux to download the CD image and try it out. You may find you like it.

11
Feb

This image was posted to Digg a couple of days ago:
PC, Mac, Linux

After that these were posted to a FreeBSD IRC channel:
PC, Mac, Linux, BSD 1
PC, Mac, Linux, BSD 2
PC, Mac, Linux, BSD 1

The first two aren’t so good but the last shows you exactly why you should use BSD.

10
Feb

I’ve been working with FreeSBIE to have a live CD where you can try a compiz or beryl. I’m currently working on getting the basic xorg.conf file working correctly. The current code can be found here. It will build an ISO image with Xorg, compiz and beryl installed. Unfortunately I havn’t managed to get either compiz or beryl to run yet so would like a hand from anyone who has.