GSoC 2009: so far for devfs and AMD64

Alex Hornung posted a summary of how his work on devfs is going, and Jordan Gordeev posted a summary of how much AMD64 is functional.

If you want to try either one (warning: many parts still broken!), use a vkernel for the devfs so a physical system doesn’t get broken.  There’s build instructions for pulling together AMD64 DragonFly.

Update: manual instructions for AMD64, too.

More roguelikes: @Play and a new game

Not one, but two roguelike items!  Close your eyes and click randomly if you have no interest in my little obsession.

  • The newest @Play column has more 7DRL coverage, with screenshots and nice little summaries that mention whether a game is fair or not.
  • Also at GameSetWatch, mention of a new roguelike called MnemonicRL, with a video preview.  It’s planned to be a MMORPG, of all things.
More media reading

I linked to articles from last week’s issue of the Economist before, but now that I made it to the other end of the magazine, there’s another one of interest that doesn’t mention open source but still relates to it: An article on intellectual property that covers how to handle antitrust legislation and companies where the property is mostly virtual.  Useful to anyone who has dealt with the GPL and/or Microsoft.  (i.e. everyone)

Also, not really open source related, but computer games can be good for you.  I really like this magazine – not because I agree with them, but because they at least examine things in depth, and avoid the usual computing blunders you see in print.

If you don’t want to read the whole magazine yourself, there’s a nice summary available.  (that link covers the previous week; recap of this issue possibly this weekend.

2 separate bugs: threading, Xorg

Hasso Tepper has a “BIG FAT WARNING” about two new issues: threaded programs are broken on bleeding-edge DragonFly because of a possible GCC bug that was only recently exposed, and Xorg in pkgsrc has issues with the Intel driver.

Simon ‘corecode’ Schubert already has one change in that may fix the issue with threaded programs, and is working on the Intel driver issue.

Update: more threading changes.