Linux Today: Linux News On Internet Time.
Search Linux Today
search.internet.com
Linux News Sections:  Blog -  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Preferences
Contribute
Link to Us
Search
Linux Jobs

Become a Marketplace Partner

internet.commerce
Be a Commerce Partner














The Linux Channel at internet.com
Linux Today
Enterprise Linux Today
Apache Today
JustLinux.com
Linux Planet
PHPBuilder
All Linux Devices
Technology Jobs

JustTechJobs.com

LinuxToday Newsletters
Subscribe News
Subscribe PR
Subscribe Security

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 







Current Newswire:

Editor's Note: Do It Yourself "Cloud"

Google Chrome OS: First looks, first impressions

Kernel Log: Coming in 2.6.32 (Part 3) - Storage

TV Mythos Renewed: MythTV 0.22 with Many Improvements

Enhancing openSUSE 11.2: Adding Repositories and Packages

A Northwest Nobel option? (Linus for the Nobel Peace prize)

SECURITY: Cloud Computing Security Benefits, Risks and Recommendations

Keeping score in test-driven development with Python, PyLint, unittest, doctest,

Win a CodeWeavers Linux Gaming Rig

SECURITY: PHP 5.3.1 released for 5 security flaws, 113 bugs




Systems Implementation Engineer II – Disk-Based Back-Up/Replication/RedHat Linux (PA)
Next Step Systems
US-PA-Philadelphia

Justtechjobs.com Post A Job | Post A Resume
:Joe Pranevich -- Wonderful World of Linux 2.4 (Quite Nearly There Edition)
Joe Pranevich -- Wonderful World of Linux 2.4 (Quite Nearly There Edition)
Sep 14, 1999, 13 :32 UTC (156 Talkback[s]) (163611 reads)

(Other stories by Joe Pranevich)

[ This is the third edition of this article. It has been superseded by a later edition-lt ed ]

By Joe Pranevich

(Before we begin, I am still missing information on video4linux, SCSI, sound, ftape, and other subsystems. If you know something that I didn't include, please let me know. I can barely keep up with the kernel traffic and reading patches as-is; going back over archives is not something that I'm capable of at the moment.)

A long time ago, in a galaxy not to far from this one, I wrote an article. It wasn't much, just a laundry list of the new and improved features of Linux 2.2. That was a long time ago and the newness of Linux 2.2 is beginning to wear off; it's even lost that new kernel smell. And so with anxious eyes, we set our sights towards the future of Linux: Linux 2.4. In the Linux world, it is uncommon to announce release dates; new versions are released when they are ready and not before. With that said however, Linux 2.3 has entered into a feature freeze and looks to be ready for the masses sometime around Christmas.

Before we move into the meat and bones of the situation, I always like to step back for a moment and say a few things. Linux 2.2 marked a major milestone in Linux's evolution: it was the first kernel release which truly caught the eye of the all-seeing media. No longer would just obscure computer publications trumpet the latest and greatest from the Linux worl, but mainstream publications as well. With the attention has come the inevitable FUD (Fear, Uncertainty, and Doubt) that we prayed would never come, but out of this media molasses we have emerged as a stronger community. While many of Linux's weak points were trumpeted and many members of the Linux community despaired, there were still the legions of kernel hackers that worked day and night to take those weaknesses, acknowledge them, and work to fix them. I think they've done wonderful job.

As a side effect of the increased media attention, many members of the media chose to use my original article as a guide, a reference to the new changes and features in Linux 2.2 in the absence of any official press release. To be honest, I was flattered. I do ask however that you cite the source whenever possible (both myself and the community who made this document possible) and if you require any clarifications, please do not hesitate to email me at the addresses below with your questions. If you would like to reprint or translate this article in full or in part in any medium, please email me at the address below so that I can be aware of your work before you do so. I will make a list of translations that I am aware of available.

This is still a draft document and may not be 100% accurate. Caution is advised. Also, new subsections have been added based on comments I received. I may keep or removed them later depending on user input. Some of these subsections will become full-blown articles at some point in the future. Please let me know what you think.)

Now, without further ado, Linux 2.4. This draft of the WWoL2.4 is subtitled the "quite nearly there" edition and will be definitely followed by a number of later drafts, at least 3 of which I will term "final". We all have different notions of what changes are important, if I don't mention a particular update that you feel is important, by all means please let me know. However now that a feature freeze has been announced, it is likely that we will soon have the first "final" draft in approximately three weeks give or take a couple years.

Joe - jpranevich@linuxtoday.com 	(Home) 
      jpranevich@lycos.com 		(Work)

< Many thanks to linuxtoday for providing me with the spiffy email addy. Other than the email, I'm in no way associated with nor speak for Linux Today. This work also has absolutely nothing to do with Lycos, my employer. The views here are all mine and this article does not constitute an endorsement from Lycos or any other such thing. They are however a pretty damn fine company to work for. >

--

Linux Internals

Linux 2.2 was a great improvement over Linux 2.0. It supported many new file systems, it supported a completely rethought caching system for file names, and it was much more scalable than Linux 2.0. Linux 2.4 will build on the great advancements provided under Linux 2.2 to become an even better platform for desktop, server, and embedded tasks. However, it is the intent of the Linux kernel developers to get Linux 2.4 into the hands of the end users more quickly. To meet this goal, Linux 2.4 will understandably not be as different from Linux 2.2 as Linux 2.2 was from Linux 2.0. I think you will agree however that the advancements in Linux 2.4 will be just as noteworthy as previous versions. (Or else I wouldn't need to be writing this!)

What, at the core, is the Linux kernel? Just as the kernel is the heart of the Linux (or GNU/Linux or whatever) Operating System, the kernel itself can be divided into core and non-core parts. Linux is much more than just a collection of assorted device drivers, as any operating system must be. It's what binds these drivers together into a cohesive unit that matters. It's the scheduler, the resource allocator, the virtual filesystem layer, memory management, and so many other unsung features that are the real heroes of the Linux world. These are the portions of the Linux operating system that really define what is Linux because on every platform that Linux has been ported to from i386 (Intel-compatible PC), to ARM (embedded devices), to Sparc64 (high-end servers) this code is the same. In many ways, this "heart" of Linux 2.4 is different than Linux 2.2's and most of the subsystems that I just listed have been changed in one way or another.

Linux 2.2 and earlier Linux's included a base resource management system which was used rather bluntly to allocate and keep track of IO ports and IRQ lines and the other limited niceties of computer architectures. Unfortunately it was deficient in a number of important ways which proved crucial to the needs of a modern desktop operating system. The new system under Linux 2.4 includes a much more generic implementation which allows for nested resource groups, removed the dependencies on pre-defined resource types, and otherwise made it easier to use for a majority of the tasks required by driver developers. Additionally, this has laid the groundwork for ISA PnP support which is discussed more fully later in this article. This quick hack by Linus will probably be one of the most influential changes to go into the 2.4 kernel.

The virtual filesystem layer (VFS) has also been heavily modified from earlier Linuxes. Linux 2.2 featured a number of wonderful changes to this layer that allowed for better caching and a much more efficient system overall. However, the system in Linux 2.2 still had a number of important limitations which were resolved in time for Linux 2.4. One major limitation to the way Linux 2.2 handled things was its use of two buffers for caching: one for reading and one for output. As you can imagine, this made things very complicated as the kernel developers had to code with kid gloves to always ensure that these caches were in synch when they had to be. Linux 2.4 brings this wall completely down by removing the multiple cache system and putting all the work into a single page caching layer. This change makes Linux 2.4 more efficient, the code is easier to understand for developers, and the amount of memory needed for the caches have been split roughly in two. During the course of this rewrite, many race conditions (errors caused when multiple processes "race" for access to unprotected variables) were removed and the code streamlined to allow significantly better scaling to higher-end systems and disk writes to happen faster when multiple volumes are involved.

One common problem with Linux 2.2 that interfered with high-end (Intel?) machines was its process limitations. Linux 2.2 only allowed you to have 1024 processes or threads running at once. With high-end systems with many thousands of users, this could become a problem very quickly. Linux 2.4 has gotten rid of this relic and implemented a scalable limit which can be configured at run time and is only limited by the amount of memory in the system. On high-end servers with as little as half a gigabyte of RAM installed, it is easily possible to support as many as 16 thousand processes at once. Other users have reported being able to run many more than that on their specific systems. This was one of the major bottlenecks that kept Linux out of the Enterprise markets.

In terms of memory consumption, Linux 2.4 will require approximately the same amount of memory as does Linux 2.2. Some subsystems have been added or expanded and some have been streamlined. Some obsolete code has been removed. There are even certain cases where some systems will require less memory than Linux 2.2! It should be noted also that Linux 2.4 will also support /more/ memory than its predecessor. As of Linux 2.4, up to 4 gigabytes of RAM will be supported on Intel machines. This additional RAM will not be treated in exactly the same way as lower RAM (due to Intel design features) but will however be used by many in-kernel structures.

Binary Types

One often overlooked portion of the Linux kernel is the program loader; the bit that takes your programs, loads them properly, and runs them. Many people are not aware however that Linux 2.2 added support for a "misc." binary loader, a flexible module designed to allow you to associate binary types with "helper" applications in much the same way as Windows or a comparable operating system would. This would, for example, allow you to associate all Windows applications on your machine with WINE (Windows Emulator) so that when you typed "./notepad.exe" the right thing would happen. (However it is generally not a good idea to take this concept to the extreme at the kernel level and many of the "associations" provided by Windows would be best left handled by your window or file manager. It would be a bad idea, for example, to be able to run "/etc/passwd" and have it come up in a text editor.) This was considered a big win by many because it allowed many different groups, such as the WINE and Dosemu (DOS Emulator) groups, to publish instructions for making their programs run "native" by the kernel.

Linux 2.2 and Linux 2.0 included support for running Java applications (or rather, starting a Java interpreter/compiler when necessary) and was the first OS to do so at the kernel level. When a java application was executed, the Java binary loader would load up your Java interpreter with the proper arguments. Naturally, it would be easy to implement this functionality using the newer "misc." loader type and instructions were provided with Linux 2.2 on how to do so. Linux 2.4 will finally put the old binary loader to rest and all users who used the old module will have to upgrade their configuration to make the new association.

Linux 2.4 will be much more dependent on the ELF format than Linux 2.2 was, although Linux 2.2 was the first version of Linux to require the kernel to be compiled as ELF. (ELF is an advanced binary format that includes support for multiple code and data sections, easier support for shared libraries, and other niceties. It is approximately akin to the Win32 format, however better designed and without nearly as much cruft.) By more fully exploiting the ELF binary format, the kernel developers could make some pieces of code more modular and easy to maintain. Many types of drivers will become more "plug and play" (if I me be so bold as to abuse that term) as they will be initialized based on how they are linked rather than by having an explicit initialization line in the core code.

In addition, there are some other noteworthy changes to Linux 2.4 that I should mention before we move on into the specific subsystems. Linux 2.4 will be in some ways more standards compliant than previous Linuxes with the adoption of support for POSIX clocks and timers, allowing for non-rtc devices to be used as clocks internally. (This would be specialized hardware, generally.) The NFS filesystem, the standard network filesystem used under most UNIXes, now supports most of the features of version 3 of the protocol and Linux will better be able to communicate with machines which communicate with this standard (this will be discussed further in the filesystem section, below.) In addition, some minor changes were made to the threading model and elsewhere to make things more compatible.

The Many Flavors of Linux

While infrastructure is the heart of the Linux operating system, it is the parts of the operating system that are specific to the individual flavors of Linux that are most obvious to the end users. These "arms and legs" of the Linux operating system include all of the architecture dependent and independent driver code which control the processors, disk drives, ports, and everything else that provides real access to the computer. For the purposes of this article, I will be concentrating on i386 Linux because it is the flavor that I am most familiar. There have been great advancements in every port since the launch of Linux 2.2 however most of these ports are beyond my direct experience. (If there is interest in this material, I will be more than happy to write appendixes if someone would provide me with a list of updates to a specific port.) Since the launch of Linux 2.2, there have been only one new port (SuperH) integrated into what will be Linux 2.4 but this may change before release.

On Intel-compatible hardware, Linux 2.4 includes the same excellent support for processors as did Linux 2.2. This includes optimizations for 386, 486, 586 (Pentium), and 686 (Pentium Pro / Pentium II / Pentium III) processors, as well as "compatible" counterparts such as those made by AMD and Cyrix. Additionally, Linux 2.4 will include additional support for hardware present with modern chips. While Linux 2.2 includes support for Intel's Memory Type Range Registers (MTRRs) to increase performance to some kinds of high-bandwidth devices, Linux 2.4 has taken this support even further by supporting variants common to the compatible chips. (This includes both the double MTRRs present with AMD K7 processors and the MCR variant preferred by Cyrix.) Linux 2.2 also included support for the IO-APIC (Advanced Programmable Interrupt Controller) which allowed interrupts to be spread across multiple processors in a multi-processing system. Linux 2.4 will, as expected, take this to the next level and support some high-end systems which actually contain multiple IO-APIC controllers; this will allow these machines to scale even better than before.

To my knowledge, the only multi-processor systems which we still do not completely support are some very old 486 ones that mix 486DX and 486SX chips in the same system. This is mainly because the SX chips did not contain math coprocessors and there is some difficulty in making sure that applications that need floating point math get to work on the right one. As you can imagine, there isn't much call for this feature. (There may be other buggy chipsets combinations that are unsupported, however I am not personally aware of them.) Considering that no one in their right mind will still be using such a system (they could easily upgrade to a chip with a FPU), I don't consider this much of a limitation.

Linux 2.4 and Merced (ia64)

While not yet delivered to the starving masses, Intel's 64-bit replacement to the x86 line is coming down the pipeline. While Linux 2.4 does not include any direct support for the chip (since it is not out yet, that would be difficult), there are multiple groups working to make sure that there will be Linux on Merced immediately after its release. This porting process is no doubt simplified by Linux's existing support for 64-bit processors (including Compaq's Alpha chips and the Sparc64) which are already merged into the main Linux tree. This means that much of the gruntwork in making 64-bit Linux on Merced a reality (making sure that the kernel and all its drivers do not believe that they "know" what the size of datatypes are and how numbers are stored internally, etc.) is already completed. (And has been for quite some time.)

I do not want to imply that there are no remaining problems that keep Linux from being "perfect" on 64-bit systems; that is not the case. However a vast majority of the difficult and subtle parts are completed and all that remains are problems derived from a legacy world.

Linux 2.4 and Pre-386 Intel Chips

Surprisingly, I do get a number of questions about pre-386 Linux. The answer, at least right now, is that there is no such animal. A sister project, ELKS (Embeddable Linux Kernel Subset) is working to make a Linux-like operating system run on these machines, including protected mode support for chips that support it. This project is separate from Linux-proper however and is outside the scope of this document.

Buses - ISA, PCI, USB, MCA, etc.

Processors however are just a small part of the guts of a computer. Equally important to its operation is its bus architecture, the component of the system that is responsible for (or irresponsible towards, as the case may be) internal and external devices. Linux 2.4 has not yet touched much on the internal workings of many of the supported busses, including (E)ISA, VLB, PCI, and MCA except to work them into the new resource management subsystem and fix bugs. The biggest news in this area is that ISA PnP, the somewhat misguided attempt to support device configuration and detection on the ISA bus, is finally supported at the kernel level! In the future, this will allow PnP devices to "just work" and not need any supplementary configuration utilities to function properly.

There is more exciting news from this front however. Universal Serial Bus, a new external bus type just now coming into prominence for devices such as keyboards, mice, sound systems, and scanners is now supported in the Linux kernel. At the time of this writing, the support is not 100% and many individual and common USB devices are not supported or not completely supported. I would be confident however that the number of devices which are supported will only rise over time, just as we observed a similar rise in the number of framebuffer devices that are now supported. (The framebuffer was a new feature to Linux 2.2, see below.) Currently, keyboards and mice are working mostly as you would expect. Support for sound systems is coming along rapidly. Other devices, such as modems and network cards, already have preliminary support however their drivers are not complete.

In addition to USB, I2O device (Intelligent Input/Output) support, an extension of PCI, has been added in Linux 2.4. In theory, this will allow for more operating system independent devices and drivers to exist. Many I2O devices are already functioning and more will be added before Linux 2.4.

PCMCIA support, the semi-external bus common in laptop computers, is now supported from within the standard kernel distribution. No longer will PCMCIA users need to download and install separate packages to get their systems to work properly.

Linux and ISA Plug-and-Play

I have heard time and time again the question "When will Linux support Plug-and-Play?" that in and of itself can mean many things and the Linux kernel has included support for many kinds of "Plug-and-Play" devices for several revisions. Support for ISA PnP, the Plug-and-Play specification that works as a superset of the ISA bus, has long been a sore point for many Linux users. I am happy to say that Linux 2.4 will finally include direct support for configuring PnP devices although (as of this writing) many or most drivers have not been updated to probe for their supported ISA PnP cards.

Block Devices - Disk Drives, RAID Controllers, etc.

From most user's points of view, there are three different fundamental types of devices under Linux: block devices, character devices, and network devices. We will discuss each of these in turn.

Block devices are hardware whose data can be best expressed in an array of bytes that can be accessed individually. (This is simplified a bit.) To use a more computer savvy term, block devices are devices that support random access; allowing a user to seek to a specific place anywhere on the device to read from or write to (this is also simplified a bit). Common examples of block devices are harddisks, floppy drives, (anything that you can imagine as a "drive", mostly.), ramdisks, etc. If a device has special features (for example, can be ejected), it will support these extras through ioctls (I/O controls) which any program can use. Linux 2.2 already supports the most common types of storage media for enterprise and desktop use including RAID controllers, IDE and SCSI disks, and many others. Linux 2.4 will build on this in a number of important ways.

IDE is the most common type of disks used in PCs today. Each IDE controller actually supports two separate disks (harddrives, cdrom drives, etc.) which appear under Linux as separate block devices. Linux 2.4 has improved on Linux 2.2's support of IDE by more than doubling the number of IDE controllers allowed in a system to 10. (Previously, 4 was the maximum allowed.) This boosts Linux to a theoretical limit of 20 IDE devices. There have also been some changes to allow for better support for DVDs and CD-ROM changers. While it may not be ready for Linux 2.4, there is ongoing work to allow Linux to fully support rewritable CDs and DVDs in a transparent fashion, for the time being however these should be considered read-only under normal circumstances but a previously formatted disk image can be copied out to the disk directly. And finally, Linux 2.3 has access the UDMA features of many new hardware chipsets and can work better around the bugs present in some pieces of hardware.

The SCSI subsystem has advanced in Linux 2.4, the most obvious example being in the number of new SCSI controllers supported. The long awaited SCSI rewrite has not happened for Linux 2.4 although a major cleanup effort is underway.

One idea adopted from the commercial UNIX world into Linux is the concept of a "raw" I/O device. A raw device is one whose accesses are not handled through the caching layer and whose actions are immediately and always synchronous with the "hard" data on the disk or elsewhere. This idea has many enterprise uses as it allows Linux to better maintain data integrity in the case of a system failure for ultra-important data. Also, this capability has been exploited by database applications which feel that they can do a better caching job than the native filesystem. What kept this idea from being adopted before was that commercial UNIXes did not provide a scalable process to allocate and access these devices, rather they required that a "raw" device node be allocated for each and every block device on the system. After much thought and many rejected ideas, this functionality was finally allowed in by creating a pool of "raw" device nodes which then can be associated with any arbitrary block device. Thus, we need only have nodes allocated for the number of raw devices that we will be using at any one time.

Filesystems

Block filesystems can be used in many ways. The most common way to use a block devices is to mount a filesystem on it. (Internally, the filesystem code is like an overlay on the block device driver.) It should also be mentioned that these filesystems (as well as nearly everything else) will work with all versions of Linux and are not only applicable to i386 Linux.

Linux 2.4 includes all of the new filesystems present in Linux 2.2. These filesystems include FAT (for MSDOS), NTFS (for Windows NT/2000), VFAT and FAT32 (for Windows 9x), HFS (for Macintoshes), and many, many others. All of these filesystems have been rewritten to some extent, sometimes a very large extent, to support the new page caching system and will be more efficient because of it. On the flip side however, binary-only filesystem modules designed for Linux 2.2 will not work with Linux 2.4. (Unlike some software firms, Linux does not generally provide for back-compatibility at the module level. Generally, open source modules can adapt quickly enough and binary module providers are expected to do the same or release the code.)

Some users will however notice major improvements to allow for better compatibility with other systems. OS/2 users will finally be able to both read and write to their disks under Linux. (This change is a long time in coming.) NT users unfortunately don't yet have that luxury unless they wish to use an "experimental" driver which may lead to disk corruption under certain situations. Linux 2.4 will also include a couple of improvements designed to make it interoperate better with other UNIX-like operating systems. Key to this is Linux 2.4's upcoming support for the IRIX efs filesystem and the IRIX disklabel (partition table) format. Also, support for NextStep has also improved as the UFS driver now supports its CDROMs.

Users who mount Windows shared drives via SMB (Server Message Block protocol) will be pleased that there will no longer be a compile time option for enabling workarounds for (released broken) Win9x systems. Instead, Linux will be able to detect what kind of system it is connecting to and enable bug fixes as needed. This will make Linux a considerably better option for heterogeneous networks. (This is a SMB client only, the popular Samba package can be used if server features or access to printers is desired.)

Of special importance to many Linux users is Linux's ability to mount the shared drives of UNIX operating systems. Linux 2.4 includes for the first time the ability to access NFS shares which conform to version 3 of the NFS protocol. NFS version 3 includes many advantages over previous versions and it has been one of Linux's most often requested features for the enterprise user.

There are still some pieces of support that is currently lacking in Linux 2.4. There is no support for journalizing filesystems, for instance. Due to the relatively low fsck times and the ease of data recovery journalizing filesystems support, this is considered by many to be an entrance requirement to the enterprise. HFS+, the successor to HFS and the filesystem used on some Macintosh disks, is not yet supported. Also not supported is the UDF format, the format commonly used on DVD drives. It is hoped that these and other "missing" features will be completed before 2.4 is ready for release however there will be a code freeze coming soon.

Framebuffers

Another, more complicated variety of block device is the frame-buffer. A frame-buffer is simply a section of memory that represents (or is) video memory to such an extent that writing to this memory affects the colors of the pixels on a screen. This is more complicated than some other block devices because it supports ioctls to change the palette and other functions associated to video. (Which it might be possible to "format" this device and mount a filesystem from it, I wouldn't recommend you try.)

Linux 2.4 includes a number of new drivers and improvements to old drivers. Especially important here is Linux's support for many more "standard" VGA cards and configurations, at least in some mode. (Probably less than optimally.) Please remember that this feature can be bypassed and (on i386) is only necessary for people with certain systems which cannot be supported in any other way. At this time, the XFree project provides many more drivers to many more video cards than the kernel can support so it is not necessary to use this feature to get X Windows support. (There is also a library which will allow you direct video manipulation on some hardware, if you don't mind security conscious binaries.)

Character Devices - Keyboards, Mice, Consoles, and Ports

The next kind of device that Linux recognizes are character devices. These are any devices which can be read from or written to but don't have a "location" per se and can't be accessed outside of order. This includes terminals, ports, keyboards, mice, and other things that you would expect. Linux 2.4 also features improvements in this area.

The biggest news on this front is that Linux 2.4 will support for the first time keyboards and mice attached to the Universal Serial Bus. When plugged in, these input device will behave just as if they were "normal" keyboards and mice. Additionally, Linux will now work on more systems, including broken (or specially embedded) ones where the keyboard is not pre-initialized by the BIOS. Also, better support is provided for machines without keyboards in some cases. (Mostly for buggy machines that don't handle the lack of a keyboard as well as one would like.)

As much as it may not appear so, all versions of Linux output to the screen in character mode. (Linux supports a built-in extended vt100 interface to handle cursor positioning. This is done using a very small text-mode only frame-buffer device.) In the case of a frame-buffer, Linux 2.2 and later support overlaying the framebuffer driver with a terminal driver allowing identical (sometimes even better) features as (than) the built-in text mode.

Linux 2.4 does not include many major changes to this subsystem however it does for the first time support redirecting the console (the primary display used for Linux kernel messages) to the parallel port for, for example, a printer. (Earlier versions of Linux already supported redirecting messages to serial ports.) This functionality will be of primary interest to some developers and server applications which want to maintain a hard-copy of kernel and debug messages that Linux uses.

Of course, Linux would not go far without excellent support for ports, the truest form of character device. These can generally be divided between serial and parallel varieties.

Serial support for Linux 2.4 has not changed much and many of the same limitations from 2.2 still apply. (In particular, setting module options is generally done with an external utility rather than the standard parameters passed to modules.) Later versions of Linux 2.2 and all versions of Linux 2.4 will allow one to share IRQs on PCI serial boards; previously this was only allowed on ISA cards and on-board serial ports. Some other pieces of multiport hardware will be better supported under Linux 2.2. More updates and new drivers are flowing in regularly.

In contrast, the parallel port subsystem has undergone some major overhauls since 2.2. There is now a generic parallel port driver for abstracted communication with "unknown" types of parallel devices. This could be used, for example, by programs that want to poll the parallel port for Plug-and-Play information as we described earlier. It is these changes that allow us the side-effect of being able to use the parallel port as a console. Also, Linux 2.4 supports using all the different modes of modern parallel ports, including writing to the parallel ports using DMA, if supported in the hardware. This will speed up access to printers and other parallel devices.

Infra-red support has progressed since Linux 2.2 and there have been many changes in this area, including better network support.

In a separate department, there has been some (but little) work since 2.2 on supporting so-called "WinModems" (or "soft modems" or "Linmodems"). These are modems which exist largely in software and whose drivers are often only provided by the manufacturer for Windows. (Hence the common name.) While no code has been submitted to Linus for the support of these beasts, it is possible that we may see some support for them before 3.0. One major obstacle here is that each and every WinModem is different; it is unlikely that a driver for one would be applicable to another and the sheer number of different types of WinModems would make this difficult or impossible to ever get a decent selection of hardware supported. Impossible odds have never phased open source developers however and I for one will not be surprised when the first driver makes it into the kernel, someday. Much of the legwork has already been completed.

There are some other places where some people feel that Linux 2.4 could improve, of course. With the addition of USB we have the chance to have multiple keyboards and mice attached to the same bus. Linux 2.4 however does not have internal multi-heading of these devices; you cannot assign one keyboard and one mouse to one terminal and another set to a different terminal. Support for this is provided in the GGI project, however this project's code has not yet (and may never be) synched into the mainstream kernel. (It is however a good place to check if you need this functionality.)

Accessibility

Linux is not commonly regarded as a "user friendly" operating system. Therefore, one would be surprised to learn that Linux 2.4 (and some later versions of Linux 2.2) includes support for its first speech synthesizer card. These cards will allow Linux users to hear all Linux output, including messages early in the boot process. Very few operating systems can boast such complete support for these devices at the kernel level. (Other patches and utilities are still required to get the full use out if these cards, however their presence in the kernel is a giant leap in the right direction for Linux.)

Multimedia: Sound, TV, Radio, etc.

On the complicated side of the character device list, we have some of the "fluffier" devices to be supported by Linux. Linux, in its emerging role as a desktop platform, tries very hard to support these devices, including sound cards, TV and radio tuners, and other sound and video output devices. To be honest, Linux 2.4 does not include as many ground-breaking changes as Linux 2.2 did in this respect. Linux 2.4 does however include updates and new drivers for a variety of sound and video cards, including full duplex support. Linux 2.4 and some later versions of Linux 2.2 also include code which will allow some sound devices to more easily allocate memory in required ranges; this should make the configuration and use of some cards much easier.

Networking and Protocols

Even further distant from the simplicity of keyboards and mice, networking and network hardware is one of the major areas where Linux has always excelled. These beasts are neither "character" nor "block" but inhabit a special space free of the need for device nodes. Linux 2.4 will included many improvements to this layer including new drivers, bug fixes, and new functionality added on to existing drivers.

The Linux model of network sockets is one which is standard across most UNIX variants. Unfortunately however, the standard does have some deficiencies but these deficiencies can be corrected without breaking the standard altogether. Under Linux 2.2 and previous versions, if you have a number of processes all waiting on an event from a network socket (a web server, for instance), they will all be woken up when activity if detected. So, for every web page request received, Linux would wake up a number of processes which would each try and get at the request. As it does not make sense for multiple processes to serve the same request, only one will get to the data; the remainder will notice that it doesn't have anything to process and fall back asleep. Linux is quite efficient at making this all happen as quickly as possible, however it is still very inefficient... but there is a better way. Linux 2.4 includes changes which implement "wake one" under Linux which will allow us to completely remove the "stampede effect". In short, "wake one" does exactly as its name indicates: wakes up only one process in the case of activity. This will allow applications such as Apache to be even more efficient and make Linux an even better choice as a web server.

Linux 2.4 also includes a completely rewritten networking layer. In fact, it has been made an unserialized as possible so that it will scale far better than any previous version of Linux. In addition, it contains many optimizations to allow it to work with the particular quirks of the networking stacks in use in many common operating systems, including Windows. It should also be mentioned at this point that Linux is still the only operating system completely compatible with the IPv4 specification (Yes, IPv4) and Linux 2.4 boasts an IPv4 implementation that is much more scalable than its predecessor. As Linux 2.2 became completely compatible with the specification, the use of "colon mode" for aliasing was depreciated. This functionality was completely removed in Linux 2.4 and may require some advanced users to partially rewrite scripts.

Next to the new network layer, the next most important improvement in the Linux 2.4 network layer is the addition of code to handle the DECNet protocols. This allows for better interoperation with specialized Digital/Compaq systems.

For the low-end desktop users, PPP is an important part of day to day life. Linux 2.4 includes some major rewrites and modularization of much of the code, including a long awaited combination of the PPP layers from the ISDN layer and the PPP layer used on serial devices, such as modems.

--

I appreciate any comments that you may have, especially changes that you feel are important that I missed. For the purpose of keeping my email sorted into nice, neat piles, please respond to jpranevich@linuxtoday.com. (Yes, .com. Watch the .com.) If you really, really want I can also be reached at jpranevich@lycos.com.


Index Mode   |   Flat Mode   |   Thread Mode   |   Thread Flat  
  Talkback(s) Name  and Date
Looks like a good upgrade, guys.  As a n ...   Ye-haw!   
David B. Harris
Jul 30, 1999, 04:44:20
 
I am familiar with traditional Unix syst ...   Raw I/O on Disk Device   
Alfa Lau
Jul 30, 1999, 05:24:44
 
In fact, both of these features will be  ...   Re: Raw I/O, LVM   
Joe Drew
Jul 30, 1999, 05:36:48
 
I&#39;m pleased to hear that LVM will be ...   Re: Re: Raw I/O, LVM   
Bent Mathiesen
Jul 30, 1999, 09:57:37
 
DevFS ?  DevFS is pretty cool - no more  ...   DevFS   
Bert Perters
Jul 30, 1999, 10:49:54
 
Are there projects to integrate 3D APIs  ...   What's up with 3D?   
Risto Varanka
Jul 30, 1999, 11:59:31
 
If I were to name one single feature I&# ...   Union Mounts   
Patrick O'Callaghan
Jul 30, 1999, 12:00:40
 
No doubt, I may play with the 2.3 series ...   Re: Ye-haw!   
Dave Finton
Jul 30, 1999, 12:15:07
 
Perhaps s/homogenous/heterogenous/
In th ...   Small nitpick   
H. M. M.
Jul 30, 1999, 12:26:29
 
SGI has opened it&#39;s file system, the ...   Question???   
Nicholas Donovan
Jul 30, 1999, 12:26:32
 
SGI has opened it&#39;s file system, the ...   Question???   
Nicholas Donovan
Jul 30, 1999, 12:28:08
 
This was a great article and I&#39;m alr ...   Filesystems   
Joshua E. Rodd
Jul 30, 1999, 13:07:24
 
May not be a good idea, I work in data c ...   COnsole through parallel port   
Nilanjan Bhowmik
Jul 30, 1999, 13:11:42
 
I don&#39;t think the kernel developers  ...   Re: What's up with 3D?   
cheeser
Jul 30, 1999, 13:46:30
 
Sweet, now I can use my big ass system a ...   In your face Bill!   
Homer Simpson
Jul 30, 1999, 13:47:40
 
I&#39;m not sure I understand where you& ...   Re: COnsole through parallel port   
Jeff Howard
Jul 30, 1999, 13:50:10
 
Very interesting.  I&#39;m glad to hear  ...   Re: Filesystems   
Rich
Jul 30, 1999, 13:50:39
 
I think it&#39;s time to start a new boo ...   time to update the books.   
ripclaw
Jul 30, 1999, 13:53:22
 
Nilanjan - I suspect this isn&#39;t a bi ...   Re: Console thru parallel port   
Steve Wilson
Jul 30, 1999, 14:15:25
 
Richard Gooch, author of devfs, writes o ...   Re: DevFS   
Sascha Schumann
Jul 30, 1999, 14:19:57
 
 A journaling file system is almost a ma ...   Re: I agree with Mr. Donovan   
Michael J. Ball
Jul 30, 1999, 14:29:09
 
The one major drawback of Linux in my ey ...   Linux's weakness is its filesystem   
Gavin McNair
Jul 30, 1999, 14:29:15
 
You mean something like this:
http://hom ...   Re: Union Mounts   
Anomaly
Jul 30, 1999, 14:44:18
 
Actually, I believe either Stephen Tweed ...   Re: Linux's weakness is its filesystem   
Justin Hahn
Jul 30, 1999, 14:57:38
 
The IPv4 network stack in Linux 2.2 is 1 ...   IPV4/6 / Network Subsystem   
Soren
Jul 30, 1999, 15:01:55
 
"For server systems that don&#39;t requi ...   Shades of days gone by   
dwdyer
Jul 30, 1999, 15:34:50
 
SGI has announced that it WILL open up t ...   Re: Re: I agree with Mr. Donovan   
Aaron Tomb
Jul 30, 1999, 15:56:00
 
Hi,

 I am quite happy with progress but ...   Support of Large Files > 2GB   
SAW
Jul 30, 1999, 16:01:14
 
All this new stuff is really great. But  ...   What about system management   
Jonathan Stockley
Jul 30, 1999, 16:11:52
 
The console through parallel port option ...   Re: COnsole through parallel port   
swingerman
Jul 30, 1999, 16:15:28
 
Hi,
I have been using the linux firewall ...   Where is the firewalling code going?   
Jason W. Ihde
Jul 30, 1999, 16:17:06
 
Has anyone been talking about getting su ...   What about 32-bit UIDs?   
Mike Shuey
Jul 30, 1999, 16:19:04
 
If linux had DVD support, then I would n ...   DVD Support   
John Doe
Jul 30, 1999, 16:25:10
 
The IDE cdrom changer code I wrote durin ...   CDROM driver changes   
Erik Andersen
Jul 30, 1999, 16:26:34
 
I don&#39;t think we&#39;ll ever see a c ...   Re: Ye-haw!   
Eric Blade
Jul 30, 1999, 16:27:21
 
Precision Insight has been working on it ...   Re: Re: What's up with 3D?   
Allen Akin
Jul 30, 1999, 16:29:45
 
Are there any plans to support this in t ...   Firewire (ie 1394)?   
Matt Helsley
Jul 30, 1999, 16:36:35
 
Maybe we should go to 48 or 64-bit UIDs. ...   Re: What about 32-bit UIDs?   
Matt Helsley
Jul 30, 1999, 16:39:20
 
To quote Linus:

If you want >2Gb files, ...   Re: Support of Large Files > 2GB   
Peter Vessenes
Jul 30, 1999, 16:39:28
 
Hello,

In the networking section, you s ...   Clarify ISDN support under 'Networking'   
Nick Silberstein
Jul 30, 1999, 16:40:31
 
SGI are releasing the IRIX JFS as openso ...   Re: Linux's weakness is its filesystem   
Psophos
Jul 30, 1999, 16:42:15
 
No offense but don&#39;t you mean XFS..  ...   Re: Re: Linux's weakness is its filesystem   
Kevin Lynn
Jul 30, 1999, 17:11:27
 
What is about DVD (especially Creative?) ...   DVD-<->-SCSI-Scanner   
Johann
Jul 30, 1999, 17:17:44
 
Is there/will there be any support for F ...   Firewire?   
AJWM
Jul 30, 1999, 17:34:17
 
  Has anyone heard about the JFS that SG ...   JFS   
Peter Buelow
Jul 30, 1999, 17:39:46
 
At the present time the number of firewi ...   Re: Firewire (ie 1394)?   
Black0ut
Jul 30, 1999, 17:49:17
 
Really, 3D has nothing to do with the Ke ...   Re: Re: What's up with 3D?   
Redshift
Jul 30, 1999, 17:59:08
 
On the sgi site they list releasing the  ...   efs ?? xfs??   
Bill Clinton
Jul 30, 1999, 18:06:55
 
Support for class "Generic" SCSI devices ...   Re: DVD-<->-SCSI-Scanner   
Nick Lamb
Jul 30, 1999, 18:26:01
 
We are currently using in production 32  ...   Re: What about 32-bit UIDs?   
rod mach
Jul 30, 1999, 19:01:32
 
Are there any plans to integrete Veritas ...   Veritas?   
Jason Dillon
Jul 30, 1999, 19:27:26
 
This is being worked on right now. ext3  ...   Re: Linux's weakness is its filesystem   
Robert
Jul 30, 1999, 19:28:39
 
I beleive there is tentive work that is  ...   Re: Support of Large Files > 2GB   
Robert
Jul 30, 1999, 19:29:43
 
Yes!  Two firewire projects just merged. ...   Re: Firewire (ie 1394)?   
Robert
Jul 30, 1999, 19:31:09
 
This is being worked on.  However it has ...   Re: DVD Support   
Robert
Jul 30, 1999, 19:33:04
 
As already noted, XFree86 4.0 should sup ...   Re: Re: Re: What's up with 3D?   
tj
Jul 30, 1999, 19:33:51
 
Actually, JFS is an IBM AIX file system. ...   Re: Re: Re: Linux's weakness is its filesystem   
Tom Honermann
Jul 30, 1999, 21:58:32
 
one minor error....  the article states
 ...   Correction re: SMB...   
Kevin Way
Jul 30, 1999, 22:19:47
 
ya the 2GB on x86 isn&#39;t cool; my DB  ...   oracle & large files   
brian
Jul 30, 1999, 22:39:10
 
I was wondering about whether the ext3 w ...   Re: Re: Linux's weakness is its filesystem   
The Laughing Fool
Jul 30, 1999, 22:40:06
 

What&#39;s wrong with just having multi ...   Re: Re: Support of Large Files > 2GB   
Chris L. Mason
Jul 30, 1999, 22:56:33
 
The Linux.COM site has a tuning page tha ...   Scalability, DVD, USB, MTRR   
Jonathan A. George
Jul 30, 1999, 23:25:42
 
I would like to mention that Neither HPF ...   Re: Re: Re: Linux's weakness is its filesystem   
Jason Jeremias
Jul 30, 1999, 23:25:54
 
FireWire support is under development al ...   Re: Re: Firewire (ie 1394)?   
Andreas Bombe
Jul 30, 1999, 23:40:43
 
The support for more devices and interfa ...   Kernel 2.4 and USB Modems/ DVD   
Justin Cheung
Jul 30, 1999, 23:46:25
 
Richard talked at slug last night on dev ...   Re: DevFS   
Dean Hamstead
Jul 31, 1999, 00:20:07
 
Yes, it would be.  In fact, for fault to ...   Re: JFS   
Mike Hoskins
Jul 31, 1999, 02:34:38
 
any external ISDN terminal adapter or mo ...   ISDN on Linux   
B-MAN
Jul 31, 1999, 03:17:37
 
Work has already been started on ext3 th ...   Re: Re: Re: Re: Linux's weakness is its filesy   
Hayden James
Jul 31, 1999, 03:34:06
 
XFS has been open sourced hasn&#39;t it? ...   Re: Linux's weakness is its filesystem: XFS   
Paul Dorman
Jul 31, 1999, 04:39:47
 
I think, where you wrote "This will make ...   Homogenous?   
Chris Harshman
Jul 31, 1999, 05:02:18
 
Would it really be a good idea to have a ...   Re: What's up with 3D?   
Rajarshi Guha
Jul 31, 1999, 10:11:54
 
What about SGI&#39;s journaling filesyst ...   Re: Re: Linux's weakness is its filesystem   
Jean-Pierre
Jul 31, 1999, 10:51:08
 
Sounds great for both beginners to exper ...   Regarding Linux 2.4   
Ty Rosenow
Jul 31, 1999, 14:18:41
 
I am looking forward to all the features ...   What about C2 security in the filesystems?   
B McCrea
Jul 31, 1999, 16:57:41
 
I spoke with a Veritas training rep last ...   Re: Veritas?   
David Gagliardi
Jul 31, 1999, 17:50:15
 
Is ALSA going to be included in 2.4? Wil ...   Sound & ALSA   
tj
Jul 31, 1999, 18:54:41
 
What about support for the PPA parallel  ...   What about PPA printers?   
Rich Knechtel
Jul 31, 1999, 19:48:37
 
John Carmack went to Transmeta to talk w ...   Re: What's up with 3d   
Andrew
Jul 31, 1999, 20:00:41
 
Go to http://www.httptech.com/ppa to set ...   PPA support   
Mark
Jul 31, 1999, 21:05:59
 
I dunno about anyone else, but I compile ...   2.3 or 2.4   
SlackGal
Jul 31, 1999, 22:48:45
 
Hi, Rich.  Sorry if my HTML tags wind up ...   Re: What about PPA printers?   
Trevor Johnson
Jul 31, 1999, 23:21:20
 
2.3 is a devel kernel.  Devel kernels do ...   Re: 2.3 or 2.4   
Josh Barrow
Aug 1, 1999, 01:55:00
 
3D doesn&#39;t belong in the kernal! Ver ...   Re: What about 3D?   
extrasolar
Aug 1, 1999, 02:48:50
 
AFAIK there are known issues with FAT in ...   Re: 2.3 or 2.4   
Peter Palfrader
Aug 1, 1999, 09:41:54
 
Will there be a support for Iomega&#39;s ...   What about USB Zip Drives?   
Alex Skoruppa
Aug 1, 1999, 15:34:44
 
>>What&#39;s wrong with just having mult ...   Re: Re: Re: Support of Large Files > 2GB   
Al Rizo-Patron
Aug 1, 1999, 16:03:05
 
ha ...   privet   
Sergey
Aug 1, 1999, 19:30:54
 
DVD Video is a bit of a problem for the  ...   DVD Stuff..   
Justin
Aug 1, 1999, 22:19:35
 
Some real time features have already gon ...   Real Time support   
Curtis Veit
Aug 1, 1999, 22:53:54
 
Will 2.4&#39;s implementation of NFS (ve ...   NFSv3 in 2.4   
Andrew Whyte
Aug 2, 1999, 01:06:23
 
> 3D doesn&#39;t belong in the kernal! V ...   Re: Re: What about 3D?   
Ike To
Aug 2, 1999, 01:22:59
 
As far as I understand, "sgi" and Precis ...   Re: What's up with 3D?   
Martin Knoblauch
Aug 2, 1999, 07:36:36
 
>>What&#39;s wrong with just having mult ...   Re: Re: Re: Support of Large Files > 2GB   
Herbert Thoma
Aug 2, 1999, 08:58:58
 
In the section of "The Heart - Linux Ker ...   Oops :) A type-o   
Mark Murawski
Aug 2, 1999, 11:35:54
 
Some things missing from this article.

 ...   msissing new features   
Justin Cormack
Aug 2, 1999, 12:37:47
 
I don&#39;t like flames about gamers. Wh ...   Re: Re: What about 3D?   
Bernhard Iselborn
Aug 2, 1999, 14:03:40
 
What about 3D ?

See www.ggi-project.org ...   Re: Re: Re: What about 3D?   
Jos Hulzink
Aug 2, 1999, 16:30:38
 
Coming from a Solaris environment, I hav ...   Raw devices - SCSI ID-based Addressing   
R. O'Connor
Aug 2, 1999, 17:04:06
 
I do believe BeFS is a 64bit full journa ...   Re: Re: Re: Re: Linux's weakness is its filesy   
Themis
Aug 2, 1999, 17:57:25
 
"Later versions of Linux 2.2 and all ver ...   typo   
ralph mellor
Aug 2, 1999, 18:27:38
 
"Next to the new network layer, the next ...   possible typo   
ralph mellor
Aug 2, 1999, 18:33:16
 
You could also move to FreeBSD (or Net o ...   Re: Re: Support of Large Files > 2GB   
Brett
Aug 2, 1999, 19:05:35
 
Hello,
	One thing I was interested in, i ...   Memory, and etc.   
Javan D.
Aug 2, 1999, 19:06:32
 
XFree86 plans on making a 3D module to i ...   Re: Re: What's up with 3D?   
Chad Juliano
Aug 2, 1999, 19:21:33
 
Doesnt in suse 6.1 yet....

Fred ...   will the CD-ROM changer now work?   
Fred deBros
Aug 3, 1999, 01:53:30
 
> I would just like to say that not all  ...   Re: Re: Re: Re: Support of Large Files > 2GB   
Kath Knight
Aug 3, 1999, 07:57:46
 
There are only two such cards.  That&#39 ...   Re: DVD Support   
Shaman
Aug 3, 1999, 11:49:48
 
If Winmodems are ever get supported by L ...   WinModem support??? -- No way   
WM
Aug 3, 1999, 19:59:56
 
Wich new drivers are there coming? ...   New drivers?   
Menno Molog
Aug 4, 1999, 06:42:58
 
I too work in an industry were the 2 Gig ...   Re: Re: Re: Re: Re: Support of Large Files > 2GB   
Mike
Aug 5, 1999, 14:25:53
 
At the beginning of your article you sta ...   question   
Jim close
Aug 5, 1999, 20:31:11
 
Great article on 2.4 ... networking impr ...   SNA   
Jack Woehr
Aug 7, 1999, 05:12:18
 
Hi,
I tried to config my x win on my PC. ...   X win config   
Brady
Aug 7, 1999, 15:05:28
 
i&#39;m loooking for the network card: e ...   etherez 600 linux edition   
James
Aug 8, 1999, 10:59:17
 
I had this 192 MB system over 3000 proce ...   1024 process limit?   
Brian
Aug 9, 1999, 08:11:23
 
the current limit is 4000 processes. 2.3 ...   Re: 1024 process limit?   
Joe
Aug 9, 1999, 13:13:16
 
Just think about Lotus Notes. This one a ...   Re: Re: 1024 process limit?   
Daniel
Aug 10, 1999, 08:04:58
 
External ISDN Adaptors are running fine  ...   Re: ISDN on Linux . A short explanation.   
Daniel
Aug 10, 1999, 08:19:35
 
>If Winmodems are ever get supported by  ...   Re: WinModem support??? -- No way   
Daniel
Aug 10, 1999, 08:22:35
 
I still see no mention of support for th ...   Diamond Fusion/ 3DFX Banshee   
Sam Hutchins
Aug 12, 1999, 00:36:27
 
Veritas&#39; VXFS which comes with SCO U ...   Re: Re: Re: Re: Linux's weakness is its filesy   
Bob
Aug 12, 1999, 01:52:43
 

The 2 gig filesize issues relate to POS ...   Re: various   
Karl
Aug 12, 1999, 17:23:33
 
Yeah, he&#39;d love to "eat your shorts. ...   Re: In your face Bill!   
Paul Thurrott
Aug 12, 1999, 18:44:29
 
Also fix "if I me be so bold" and "piece ...   Depreciated -> Deprecated   
Bill Rugolsky
Aug 12, 1999, 19:48:53
 
to see 2.4.

However, it would be much m ...   looking forward...   
totoy
Aug 12, 1999, 22:46:23
 
Actually, alsa 0.4 is unlikely to be rea ...   Re: msissing new features   
cadaver
Aug 13, 1999, 06:18:33
 
at least with kernels  ...   Re: 2.3 or 2.4   
darkness
Aug 13, 1999, 07:18:22
 
Large file support (i.e. greater than 2  ...   Re: Re: etc, Support of Large Files > 2GB   
Richard Simpson
Aug 13, 1999, 11:46:47
 
Will swap partitions still be limited to ...   Any swap partition changes?   
Jeff Jirsa
Aug 13, 1999, 22:17:03
 
In the interest of the board can you pos ...   Re: ISDN on Linux   
Prophet
Aug 13, 1999, 23:55:42
 
> To quote Linus:
> 
>  If you want >2Gb ...   Re: Re: Support of Large Files > 2GB   
Zombie Cow
Aug 14, 1999, 01:26:54
 
M$ added some more cruft for NT5/Win2000 ...   NTFS: /2000 as well?   
Leon Brooks
Aug 14, 1999, 14:26:48
 
Huh?  Swap partitions haven&#39;t been l ...   Re: Any swap partition changes?   
Bob
Aug 16, 1999, 08:30:09
 
Does "made as unserialized as possible"  ...   Will the 2.4 TCP stack Multi-Threaded?   
Bill Bannan
Aug 16, 1999, 18:50:21
 
looks like 2.4 will (finally) get the AT ...   ATM in 2.3.15   
Duncan
Aug 26, 1999, 15:18:09
 
Swap partition size is no longer limited ...   Re: Any swap partition changes?   
A. Major
Sep 4, 1999, 14:48:59
 
O.K., then this is just a limitation in  ...   Re: Re: Any swap partition changes?   
Jeff Jirsa
Sep 7, 1999, 17:31:34
 
THE SUPPORT FOR LARGER FILES IS DONE BY  ...   Re: Support of Large Files > 2GB   
TIM KRIEGLSTEIN
Sep 13, 1999, 18:24:37
 
From lurking on the GLX list archives th ...   Role of 3D in kernel   
Dale Pontius
Sep 14, 1999, 14:53:37
 
Thank you for all of your hard work;this ...   LINUX INFO   
James Green
Sep 14, 1999, 15:47:26
 
I compiled 2.3.18 the other day and was  ...   UDF in 2.3.18!   
Henning Kulander
Sep 14, 1999, 16:17:17
 
The best bet with large files, memory, g ...   Re: Filesystems (Journaling and Large files)   
Mark Dalton
Sep 14, 1999, 16:39:55
 
The only reason I am still booting to Wi ...   Help me to trash Windoze   
stan shin
Sep 14, 1999, 17:44:27
 
Will 2.4 have 100% Joliet FS support? Wh ...   100% Joliet support?   
Steve
Sep 14, 1999, 21:37:52
 
Look at the site www.linux3d.org *g*.mfg ...   Re: What's up with 3D?   
ED
Sep 15, 1999, 06:25:02
 
I imagine that XFS may have patent issue ...   Re: Re: Re: I agree with Mr. Donovan   
Roo
Sep 15, 1999, 11:19:11
 
Firewalling has been completely rewritte ...   Re: Where is the firewalling code going?   
Joshua Gilbert
Sep 15, 1999, 13:43:08
 
The problem with the PPA printers (sigh, ...   Re: What about PPA printers?   
ToW
Sep 15, 1999, 15:50:30
 
>> To quote Linus:>> >> If you want >2Gb ...   Re: Support of Large Files > 2GB   
Taher H. Haveliwala
Dec 16, 1999, 04:35:59
 
Ahh...finally...the latest linux develop ...   Re: Re: Support of Large Files > 2GB 2GB   
Taher H. Haveliwala
Feb 29, 2000, 05:53:48
 
I&#39;va a Big problem using a Trust car ...   Re: Re: ISDN on Linux   
kameo
Apr 26, 2000, 13:19:33
 
> The only reason I am still booting to  ...   Re: Help me to trash Windoze   
Pavel Tavoda
Dec 11, 2000, 19:50:25
 
linux is a very good comuter but it suck ...   die   
death
Feb 2, 2001, 16:24:12
 
Sir,

        Iam using kernal 2.2.12  ...   no of sockets   
suresh
Feb 5, 2001, 12:33:18
 
Thanks in advace for supportting documen ...   Want to Know linux more   
Life of Programmer
Jul 25, 2003, 03:30:55
 
  Home | Search Talkbacks | Customize View    Top of Page  



Enter your comments below:

* Your Name:

* Your Email Address:

* Subject:

CC: [will also send this talkback to an E-Mail address]

* Comments:

Tags allowed:<I>,<B> and <U>. See our talkback-policy for more about talkback content.

Fields marked with * are required!






..............................




All times are recorded in UTC.
Linux is a trademark of Linus Torvalds.
Powered by Linux, Apache and PHP

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers