Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

Monthly Archive:: August 2004

Mac OS X Tiger to support resolution independent UI, larger icons

The next major release of the Mac OS X operating system will include technology that will eventually grant users more control over the way application windows are displayed to the screen. According to sources, Apple Computer's Mac OS X 10.4 "Tiger" OS will introduce developer support for resolution independent user interfaces (just like in Longhorn), breaking the software assumption that all display output is to be rendered at 72 dots per inch (DPI).

OpenCroquet developer’s release in September 2004

The OpenCroquet Project is near its first release. As written on their homepage: "WHAT IF..." ...we were to create a new operating system and user interface knowing what we know today, how far could we go? What kinds of decisions would we make that we might have been unable to even consider 20 or 30 years ago, when the current set of operating systems were first created?

Download – Burn – Boot: Syllable LiveCD4

BurningShadow has released LiveCD4, which is based on LiveCD3, but uses a RAM disk, which makes it more stable and easier to use. Unlike its predecessor, this CD doesn't require floppies or other writable storage to boot. The CD image is available for download here. An installation CD, InstCD1, is also available, with which you can get a system similar to that on LiveCD4 installed permanently.

Kernel debugging with Kprobes

Collecting debugging information from the Linux™ kernel using printk is a well-known method -- and with Kprobes, it can be done without the need to constantly reboot and rebuild the kernel. Kprobes, in combination with 2.6 kernels, provides a lightweight, non-disruptive, and powerful mechanism to insert printk's dynamically. Logging debug info such as the kernel stack trace, kernel data structures, and registers has never been so easy!