scribbles of the perennial debugger…
Posts tagged GNU/Linux
The magic’s gone
May 12th
I have received my Ubuntu 9.04 today. However, unlike my enthusiasm before, I am in no hurry to install. In no way that I’ll be screwing the pristine state of my ThinkPad X200, loaded, unfortunately with Windows Vista. To be honest, Vista is not that bad. Just like beauty, stability and performance is in the hands of the beholder. I might install Ubuntu in a VM, or I might give it away. Or I might just make it a cute addition to my CD Software Library.
I used to be rabid Open Source advocate. I am still… However, I am resigned to the fact Linux might have missed the boat. OSX, Windows are the kings of the bi-polar desktop roost. My Open Source eyes just focuses where free and open source software counts, to the applications. We’ve got OpenOffice, we have MySQL, GIMP, Firefox, we have the Apache apps. Now, these are definitely making a serious dent on their closed-sourced counterparts.
Open Source or not, my interest is for better software, holistically speaking.
Linux where???
Dec 28th
Haven’t been doing Linux lately as well. I plan to re-start the interest next year.

Ubuntu CDs
Mar 21st
Just got my second batch of Ubuntu CDs. I got 20 pieces of CDs this time. Unlike my old set of ShipIt order (10 PC, 3 64bit PC, 2 Mac), this batch is all PC versions. All PC version that I had before were snagged up in less than 10 minutes. This time, let me give away these CDs from Canonical to people other than my colleagues.
The Ubuntu version that I have is 5.10. Now that Dapper Drake (Ubuntu 6.04) will be delayed by 6 weeks from the usual April release, you can savor the last few pieces of Breezy Badger CD release. Aside from trying out the stable 5.10, you can beta test version 6.04.
To all persons** who want to try out Ubuntu, drop a comment on this post and we’ll work out a way for me to send the CDs to you.
** Guess I will only be able to send the CDs to people in Singapore.
As an alternative for those who have broadband internet access, you can download the OS @ Ubuntu Download Site.
Linux on an NT Kernel
Aug 31st
Repost from Randomized!
=====
If the GNU lies in the userland and the Linux kernel in kernel space, and linux and GNU works in x86, why not GNU work on an NT kernel? When I say GNU, it means the GNU operating system minus the Hurd kernel. When I say GNU, I would mean all free and open source applications that runs on Linux (and perhaps BSD).
This is a good idea isn’t it? Well, our problem lies now on how to run the GNU toolset on an NT kernel when it was built to call POSIX-compliant kernel library calls. The answer is to build an intermediate “mid-kernel” on top of NT kernel. This mid-kernel will translate microsoft-specific calls to POSIX standard, and hence, GNU tools can work on NT kernel.
Imagine your standard Windows XP (or Longhorn in future) installation can run both Linux applications and Windows applications on the same kernel. Probably, during bootloading, it will ask you on what OS to start, and both of the specific OS runs on the same kernel. But this time, the Linux OS will run on a mid-kernel. The mid-kernel itself will will be in userland.
Is this VMWare kind of stuff? Nah! This is not simulation and device sharing, this is the actual runtime. Only one OS runs at one time. How I wish somebody (at least as far as I know) will create the Linux to NT port.
Cygwin is a userland layer that can run some Linux applications with recompilation. Why does it need to recompile? Because the system calls behind Cygwin is just of Windows’. Cygwin consists of a library that implements the POSIX system call API in terms of Win32 system calls, a GNU development toolchain (such as GCC and GDB) to allow basic software development tasks, and some application programs equivalent to common programs on the Linux system. The commonality between Cygwin and perhaps Linux, and Unix, and Windows is COFF. The Common Object File Format (COFF) is an object file format that was introduced in Unix System V Release 3, and was later adopted by Microsoft for Windows NT. It was superseded by the more powerful ELF in System V Release 4, but as of 2005 COFF is still used in Windows as Portable Executable.
If someone will just “promote” Cygwin to be like this, then I think this will be the ultimate Linux kernel and VMWare killer. Just wait till the GNU Hurd kernel comes along…