On MovieTome: New NARNIA clips are here!
52 Resources for

linux kernel

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

The Virtual Processor Interface: linux kernel Support for User-Level Thread Systems
Despite an increasing need for thread support in language run-time systems and parallel libraries such as in Java and OpenMP, there is limited support for custom, multiprocessor capable, user-level thread systems in the Linux kernel. To address this lack of support the authors have developed the Virtual Processor Interface VPI...
Tags: Processor, Linux Kernel, Virtual Processor Interface Implementation, Linux, Open Source, UNIX, Operating Systems, Software
White papers
Embedded Real Time linux kernel Design Using Game Theory and Control Logic
This paper describes a distributed hybrid architecture that imparts autonomous intelligence capabilities of the "Perception-decision-action" to an ALV Autonomous Landing Vehicle control unit. The system is shown to degenerate to a remote thread execution mechanism of a real-time operating Linux system where the kernel instantiation is control strategy dependent. This...
Tags: Game, Linux Kernel, Cornell University, Linux, Open Source, UNIX, Operating Systems, Software
White papers
Unintrusively Measuring linux kernel Execution Times
This paper presents a methodology to perform fine-grained cycle-accurate timing measurements crossing the user-kernel boundary. Special attention is payed not to deteriorate the results by the measurement process itself. Next, it applies the methodology to obtain execution timing for the system entry and exit paths on x86-based Linux systems. This...
Tags: Measurement, Linux Kernel, Attention, Intel Pentium, Linux, Processors, Open Source, Operating Systems, Software, Semiconductors, Hardware, Components
White papers
Investigating Large Software System Evolution: The linux kernel
Large multi-platform, multi-million lines of codes software systems evolve to cope with new platform or to meet user ever changing needs. While there has been several studies focused on the similarity of code fragments or modules, few studies addressed the need to monitor the overall system evolution. Meanwhile, the decision...
Tags: Software, Linux, Linux Kernel, Similarity, Tools & Techniques, Management
White papers
Improving Verification, Validation, and Test of the linux kernel: The Linux Stabilization Project
Small projects tend to have virtually no testing performed by anyone other than the author of the program. Larger projects depend upon a community of users to find and fix problems through use rather than disciplined test methods. The Linux kernel is becoming an exception. In this case an increasing...
Tags: Linux Kernel, Software Testing, Linux, Open Source, UNIX, Operating Systems, Software
White papers
linux kernel do_brk() Vulnerability
A critical security bug has been found in the Linux kernel 2.4.22 and earlier memory management subsystem. This bug has been silently fixed for the 2.4.23 as well as in the 2.6.0-test6 release without any notice to the open source community. While performing a regular audit of the Linux kernel...
Tags: Linux Kernel, Vulnerability, Bug, Security Bug, Linux, Open Source, UNIX, Operating Systems, Software
White papers
Utilizing linux kernel Components in K42
This paper discusses how K42 uses Linux-kernel components to support a wide range of hardware, a full-featured TCP/IP stack and Linux le-systems. An examination of the run-time environment within the Linux-kernel is the starting point for a presentation of the strategy taken to incorporate Linux-kernel code in K42. There are...
Tags: Component, Linux Kernel, K42, Linux-kernel, Linux, Tcp/Ip, Open Source, UNIX, Strategy, Operating Systems, Software, Networking, Management
White papers
linux kernel v2.6.23 released
Linux 2.6.23 is out, and this version has many virtualization features, including the lguest "Linux-on-Linux" paravirtualization hypervisor, XEN guest support, and KVM smp guest support. A new process scheduler, the CFS Completely Fair Scheduler, is also in. Other notable additions are the XFS and ext4 improvements...
Tags: PPP, Linux Kernel, Guest, L2TP, Linux 2.6.23, Virtualization, Linux, VPNs, Networking, Network Security, Hardware, Operating Systems, Software, Paul Mah
Blog posts 2007-10-09
Yearning for the days of rolling your own kernel
It used to be, you know - back in the day, that you almost always had to roll your own Linux kernel. Inevitably, there was a feature you needed or a bit of hardware unsupported in the standard kernel. Be it a specific networking card, sound card, wireless...you name it...we...
Tags: Linux, Linux Kernel, Kernel, Jack Wallen
Blog posts 2007-09-04
linux kernel compilation
hi alli am new to the linux kernel code.I am trying to compile the linux kernel downloaded from the kernel.org site, but its giving error saying GAS is not installed.I dint get GAS on the net.Do i need to separately install it.can somebody tell me the way it is installed...
Tags: OPEN SOURCE, UNIX, Operating systems, add2rahul@..., Linux kernel, Linux
Discussion threads 2007-08-13
how can i view linux kernel source code?
I tried to see the linux kernel source code but i could not get to do do so.Ideally it should be there in the /usr/src directory but its not there.Can somebody suggest me where it should be and how can I get to know about it?I am using fedora core-5...
Tags: OPEN SOURCE, UNIX, Operating systems, add2rahul@..., Linux kernel, Linux
Discussion threads 2007-08-06
Multi-Core and linux kernel
Semiconductor technological advances in the recent years have led to the inclusion of multiple CPU execution cores in a single processor package. This processor architecture is known as Multi-Core MC or Chip Multi Processing CMP. Any application which is well optimized and scales with SMP will take immediate benefit of...
Tags: Processor, Performance, Linux Kernel, Multi-core, Execution Core, Linux, Performance Management, Open Source, Operating Systems, Software, Human Resources, Workforce Management
White papers 2007-03-27
linux kernel Development
This paper gives a brief overview of the author's research into network protocols and then focuses on the process of development for the Linux kernel. This topic is approached both from a technical viewpoint and also the interactions with the open source community. The aim of the paper is for...
Tags: Linux Kernel, Linux, Open Source, Operating Systems, Software
White papers 2007-01-09
Demography of linux kernel Developers
Several success stories of Open Source OS products have been seen during last decade. Due to the economical importance of the products, it is important to know who are the ones who have the largest influence to the products. Therefore, studying demography of open source projects is essential. In this...
Tags: Developer, Influence, Linux Kernel, Linux, Open Source, Operating Systems, Software
White papers 2006-12-22
linux kernel in a Nutshell: Configuring and Building
The kernel configuration is kept in a file called .config in the top directory of the kernel source tree. If one has just expanded the kernel source code, there will be no .config file, so it needs to be created. It can be created from scratch, created by basing it...
Tags: Linux Kernel, O'Reilly Media Inc., Kernel, Kernel Configuration, Linux, Open Source, Operating Systems, Software
Book chapters 2006-12-01
Tuning the linux kernel for more aggressive network throughput
The Linux kernel and the distributions that package it typically provide very conservative defaults to certain network settings that affect networking parameters. These settings can be tuned via the /proc filesystem or using the sysctl program. The latter is often better, as it reads the contents of /etc/sysctl.conf, which allows...
Tags: Optimization, Open Source, Linux, kernel, General
Blog posts 2007-06-04
Tuning the linux kernel for more aggressive network throughput
grumble, groan, complainDog gone it, it didn't work in FreeBSD.sysctl -p is not reconized.[i]disone# sysctl -p /etc/sysctl.confsysctl: illegal option -- pusage: sysctl [-bdehNnox] name[=value] ... sysctl [-bdehNnox] -adisone#[/i]And when I tried to just type 'sysctl ' and the paramater values. It said oid...
Tags: OPEN SOURCE, UNIX, Operating systems, network, DanLM, Linux, Linux kernel
Discussion threads 2007-06-04
The linux kernel: A Challenging Workload for Transactional Memory
The Linux operating system kernel is a large, mature, freely available, and well-tuned concurrent program. As such it is an ideal workload for a transactional memory hardware design. Operating systems need transactional memory for performance scalability, to help maintainability, and to provide services related to transactions to user programs. Most...
Tags: Linux Kernel, Operating System, Scalability, Memory, University Of Texas, Linux Operating System Kernel, Linux, Operating Systems, UNIX, Open Source, Software
White papers 2006-06-05
Using linux kernel Modules for Operating Systems Class Projects
Instructors of operating systems classes have long desired to incorporate programming projects into the class that will give the students an appreciation for the source code of the kernel of a real operating system. Unfortunately, this lofty goal becomes difficult to effectively implement in practice. This paper reviews several approaches...
Tags: Linux Kernel, Operating System, Programming, Linux, Development Tools, Operating Systems, Open Source, Software, Software Development, Software/Web Development
White papers 2006-04-17
linux kernel Specialization for Scientific Application Performance: UCSB Technical Report CS2005-29
Linux has emerged as the system-of-choice in academic and production scientific computing settings. Much of the functionality in the Linux kernel, however, has been designed to arbitrate between competing applications thus ensuring safety and fairness. In this paper, the authors investigate the performance effects of specializing the Linux kernel for...
Tags: Performance, Linux Kernel, Specialization, Linux, Performance Management, Research & Development, Open Source, UNIX, Operating Systems, Software, Human Resources, Workforce Management, Business Operations
White papers 2005-11-30

Featured White Paper

Next-generation SOA infrastructure

Content Types

Blog posts (3 results)
Book chapters (1 results)
Discussion threads (11 results)
Image galleries (1 results)
Q&A (2 results)
Technical articles (13 results)
White papers (21 results)

Refining Tags

Linux (50 results)
Software (27 results)
Open Source (25 results)
Operating Systems (21 results)
UNIX (13 results)
Kernel (9 results)
Networking (6 results)
Programming (5 results)
flaw (5 results)
Hardware (4 results)
Management (3 results)
Security (3 results)
Vincent Danen (3 results)
Jack Wallen, Jr. (3 results)
Performance (3 results)
network (3 results)
Performance Management (3 results)
Human Resources (3 results)
Workforce Management (3 results)
Operating System (3 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


TechRepublic's Data Retention Policy
The organization is subject to data retention requirements resulting from a mix of legal, industry, and business mandates. These data retention requir ...
Buy Now
TechRepublic's Instant Messaging Policy
Instant messaging (IM) systems introduce a serious security risk that's often exploited by hackers. IM programs can introduce viruses and Trojan progr ...
Buy Now