New Matrox Graphics Solution in Action

On this Chinese website you can already see some pictures of Matrox' new graphics chip code-named "Parhelia" in action. An English translation of another russian source can be found here. Note this information was meant to be under NDA until the 14th of May. The pictures at this webpage show a three monitor display setup, demonstrating Quake3 Arena, a flight simulator and Adobe Photoshop. The text talks about a 20GB/s memory bandwidth, other sources indicate 19GB/s! An announcement by Matrox is expected on the 14th of May.

Introducing the TriangleOS and Sartoris

OSNews reader and OS developer Wim Cools writes: "I'm writing a hobby OS (TriangleOS) and I've just released the second version of it. The OS isn't very big yet, but I've managed to begin with a GUI and have applications running inside the windows. Anyway, here's my site. There are a few screenshots of the GUI in an early stage but I haven't been able to create any up to date screenshots yet, with the shell and applications running but there's a floppy image available for everyone to check it out."
Another interesting new OS is Sartoris. Santiago Bazerque is part of the Sartoris team and he writes: "Me and my friends from the Univeridad de Buenos Aires are working on an experimental microkernel. We are now finishing our second release. We are not OS gurus, just a few students (our Computer Organization professor looked at us in a quite funny way when we told her we wanted to build an operative system, but hey, we did it!). The webpage is here, in case you feel like taking a look."
Note: Before everyone starts again "what does that OS do and why do we need it?" please let me clarify that these hobby/small OSes are built with the purpose of gaining knowledge. They were never meant to create userbases or user communities or markets. They are solely of developer-only interest, users can try them, but they won't directly benefit.

Reaching Beyond Two Terabyte Filesystems

Peter Chubb posted a patch to the lkml, with which he's now managed to mount a 15 terabyte file (using JFS and the loopback device). Without the patch, Peter explains, "Linux is limited to 2TB filesystems even on 64-bit systems, because there are various places where the block offset on disc are assigned to unsigned or int 32-bit variables." Peter works on the Gelato project in Australia. His efforts include cleaning up Linux's large filesystem support, removing 32-bit filesystem limitations. When I asked him about the new 64-bit filesystem limits, he offered a comprehensive answer and this interesting link. The full thread can be found here on KernelTrap. Reaching beyond terrabytes, beyond pentabytes, on into exabytes. I feel this sudden discontent with my meager 60 gigabyte hard drive...

Previewing Windows .NET Servers

"If you have just finally finished figuring out the relationship between the various versions of operating systems coming out from Microsoft over the past couple of years, get ready to be challenged once again. The successor line to the server versions of the Windows 2000 operating system is called .NET Server and is currently available as a Beta 3 release to MSDN subscribers and other beta testers. It was originally called Whistler Server, but after the Beta 2 release it acquired a new name (despite an interim announcement that Whistler Server would be released as Windows 2002 Server). In this article I'll try to summarize what is new and exciting in this new release." Read the article at O'Reilly.

RISC OS Select Released

RISC OS Select is the latest version of the RISC OS operating system originally developed by Acorn Computers. Since Acorn's demise in 1998, RISCOS Ltd have taken over development of the desktop version of RISC OS. They released RISC OS 4.0 in August 1999. RISC OS Select has many features including: DHCP support, SVG graphic support, Improved printing, Multiuser logons, over 100 other improvements. RISC OS Select will run on Acorn A7000 and RISCPC computers, as well as machines from RISCStation and Microdigital.

ELXLinux Preparing for Release 1.0

It seems that the ELXLinux project is preparing for its 1.0 release, named ELX Power Desktop 1.0. It is said that the company have partnered with another company in Northern America and some in Europe to distribute its ELXLinux 1.0. Their website features a brand-new improved design.

Amiga Inc Website Updated

Amiga.com has been updated as many people have noticed already. The update includes an improved front page with links to already existing pages such as, Amiga-Anywhere site, Amiga Dev site and the corporate site, which takes the form of their "old" website. The new link on the front page leads to the Official AmigaOS website which has a number of features such as News, Forums page, Events, Dealers and an About page. Also, its been announced that Computer City will port the Inga gaming system (a adventure game design tool) to all Amiga platforms. The tools is a full design solution for the amateur of professional adventure game creator.

Lynuxworks Gets a Shot in the ARM

"Lynuxworks, which makes Linux software for embedded devices, has landed a deal with prominent chip designer ARM to bundle the two companies' products into a single embedded Linux development platform. The deal is a boost for Lynuxworks, which will gain visibility as a partner of one of the biggest names in embedded processors." Read the rest of the story at ZDNews.UK.

Microsoft Services & Integration Solution for UNIX 3.0

"Microsoft announced that version 3.0 of its Services for UNIX (SFU 3.0) package was released to manufacturing this week. SFU 3.0, one of the key products developed by Microsoft’s India Development Center teams in Hyderabad, India, and Redmond, Wash., is being offered to meet the growing demand of UNIX customers wanting to take advantage of Microsoft Windows 2000. SFU 3.0 is a breakthrough version that incorporates new tools for rapid migration to Windows 2000 as well as new features for tighter platform integration in mixed environments. SFU 3.0 enables customers to optimize their previous investments in UNIX infrastructure, applications and people, while capitalizing on the value of Windows 2000 as an enterprise platform." ENTNews has an explanatory article about this too.

GeOS Lives through Breadbox Ensemble

"Breadbox Computer Company LLC has completed and released to company distributors, its new flagship desktop software suite, Breadbox Ensemble. Ensemble offers a full productivity and internet suite, including Web Browser and Email. Other essential programs such as word processing, spreadsheet, flat file database and graphics applications are integrated into this easy-to-use package". Read the rest of the news over at BreadBox.

Benchmarking Intel C++ 6.0 to GNU g++ 3.0.4

CoyoteGulch.com has published an interesting article, benchmarking GCC 3.04 and ICC 6 (the article will be updated again after GCC 3.1's release). In the tests, ICC seems to pull ahead in most tests. When it's behind, it's never very far behind. The opposite is not true, and there are benchmarks where ICC is very far ahead, generating code that can be up to 5 times better than gcc's. Especially interesting, the "Stepanov" benchmark, which shows that ICC is capable of understanding the most complex c++ constructs, whereas GCC gets confused by them and ends up generating much slower code. This is bothersome, because it means that developers who want to get the most speed out of their gcc-compiled system need to write their code pretty much in C, whereas those using ICC can use all the productivity-enhancing features of C++ without speed penalty. As for the "WhetStone" benchmark, shows that gcc still has serious issues dealing with x87 floating-point code. It would also be very interesting to run the very same benchmark on a Pentium4, varying the compiler options, in order to see how both compilers can take advantage of the Pentium4's extra features, and especially SSE-2. Update: Another benchmark can be found here.

Review: VMWare Workstation 3.1 vs Virtual PC 4.3.2 vs Bochs 1.4

The open source Bochs, VMware Workstation by VMware, Inc. and VirtualPC from Connectix are applications that virtualize or emulate the x86 hardware, allowing you to run multiple operating systems on top of a "host" operating system that these three applications run upon. This means that you will be able to run Linux or FreeBSD or other supported "guest" OSes under Windows, Linux (or Macintosh), inside a window or fullscreen. But which one delivers the best performance for the money? And what about the free Bochs?

Dual AthlonMP 1.5 Ghz Significantly Outperforms Dual G4 1 Ghz

"After seeing the results of these tests, we can only conclude that Apple's fastest G4 workstations are certainly not faster than dual 1.533MHz Athlon MP-equipped systems, at least as far as After Effects is concerned. Not one of the objective tests we conducted using After Effects showed Apple's flagship machine to be superior. In fact, in most of the tests, the Mac was left lagging far behind. And, this was when we were using a PC whose chips are now three steps below the fastest Athlons available (now the fastest Athlon XP is the 2100+ running at 1.73GHz), and far slower than benchmarks have shown the latest Intel Xeon chips to be, now shipping at 2.4 GHz." The benchmark is held at DigitalVideoEditing. Our Take: We would like to see the benchmarks with dual Athlon MPs or dual PIIIs at 1 Ghz, so it would be more fair, Mhz-wise. On the other hand, Mhz doesn't matter. Right Steve? And at the end of the day, this was the fastest G4 available. The Dual AthlonMP 1.5 is not the fastest available anymore in the PC world (dual SMT Xeon 2.4 Ghz at the same price as the dual G4 1 Ghz anyone?). BTW, it seems that the Mac users feel left behind these days.

Matrox G1000 Information Leaked

There have been rumours spreading regarding a new graphics chip being developed at Matrox, which will put them at the forefront of State-of-the-Art 3D graphics technology once again. Recently this specs sheet leaked out on Matrox' website, according to TechNation. Interestingly Ben Hermans, the manager of the AmigaOS4 project stated, that they have seen this new technology at work and it severely outperforms nVidia's current top offerings. It is expected it will still take around two months before "G1000 graphic card" solutions become available to the general public. My Take: Together with ATI they might be able to finally break down the current anti-competitive nature of the graphics industry, regarding alternative OS driver support.

Alternatives to the Registry

Microsoft stores system configuration information in binary format in its Windows Registry, but other vendors take different approaches to achieve the same goal. MacOSX uses text files in XML format, while Solaris features a more complex system instead. Linux still uses flat text files for configuration, however Red Hat encourages the development of GConf, a registry-like system and library, that programs can use to store key-value pairs persistently. Read the interesting article at ComputerWorld.