Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Game Console Energy Usage Comparison 364

Broadband writes "Modern gaming consoles consume more and more power, dissipate more and more heat and cause a lot more noise with their cooling systems compared to their brethren a decade ago. While it's obvious that an Xbox 360 would have higher energy demands then a Playstation 1, the curious question is by how much? Even more importantly is the question of whether your console might be costing you money while you sleep. Preposterous you say? Actually quite the opposite! We put every console in our lab through rigorous testing to find the answers to these questions and see who the energy hogs really are. "

Comment Security in microkernels - Symbian view (Score 1) 722

People keep mentioning QNX and VxWorks as if there are no other popular microkernels.
There is another commercial microkernel, EKA2(derived from EKA morphed from EPOC) used as a base for Symbian in current/upcoming generations of Nokia and Sony Ericson smartphones. Given that the phones run on low power CPUs, symbian performance is pretty good. Since it is a microkernel the current EKA2 generation has an extensive(and simple) security model where every process is marked with a privilege such that security-crucial servers can easily ignore IPC from servers deemed to be less secure.
This feature of isolating various processes in the system without serverely restricting the APIs would be very difficult to model in a monolithic kernel.

Additionally because Symbian is based on a microkernel architecture, there is very little coupling between system components, so one can replace the filesystem, ip stack, etc, without recompiling the kernel avoiding the need for vendors to maintain giant patches and having to fix them with every new release as is done with linux.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (1) Gee, I wish we hadn't backed down on 'noalias'.

Working...