Domain: bsdnews.com
Stories and comments across the archive that link to bsdnews.com.
Stories · 2
-
FreeBSD Ported to XBox
NetFiber writes "FreeBSD has been ported to the XBox. "Over the last 2 weeks, I have been working on a port of FreeBSD for the XBox. The port is fully functional. The framebuffer is fully supported, same goes for sound and USB devices (such as an USB keyboard). Only ethernet is missing, currently." The FreeBSD on XBox website is here, downloads included." Update: 07/27 14:50 GMT by T : Rink Springer writes with a request that you use the primary mirror instead. -
Jeff Roberson Begins FreeBSD SMPng VFS Integration
A FreeBSD User writes "Jeff Roberson has announced that he has has begun integrating the Giant-lock free VFS code into the FreeBSD 6.x development tree. These changes will permit the UFS file system to run on multiple CPUs at a time on SMP systems (hyper-threaded, dual-core, or regular SMP), leading to substantially improved efficiency. It will also permit the VFS code to be fully preemptible on uni-processor systems, improving interrupt handling latency. With this change, almost all of the FreeBSD kernel is able to run fully threaded and in parallel on multiple CPUs with much less contention. He anticipates merging this work as an "opt-in" feature to the FreeBSD 5.x branch in the future. He indicates that the testing will be "opt-in", i.e., this change will not be fully enabled by default for the time being, and that it will take a while (a few hours) to complete the merge, so users of the 6-CURRENT branch may want to hold off updating for a few hours while he finishes the merge. The work was sponsored by Isilon Systems."