Linux kernel

Software
  1. Greg Kroah Hartman on the Linux Kernel

    Greg Kroah Hartman on the Linux Kernel

    Google Tech Talks June, 5 2008 ABSTRACT The Linux Kernel, who is developing it, how they are doing it, and why you should care. This talk describes the rate of development for the Linux kernel, and how the development model is set up to handle such a large and diverse developer population and huge rate of change. It will detail who is doing the work, and what companies, if any, are sponsering it. Finally, it will go into why companies like Google, and any other that uses or depends on Linux ...

  2. How to compile Linux Kernel

    How to compile Linux Kernel

    Compiling Mandrake Linux at the command prompt.

  3. OSS Speaker Series: The State of the Linux Kernel

    OSS Speaker Series: The State of the Linux Kernel

    Google Tech Talks May 1, 2007 ABSTRACT Andrew will present a broad look at the trends in recent changes in the Linux kernel: what areas of kernel functionality are people working on, and what changes can we expect to see over the next year ? This feature-by-feature walk-through will be tied to an examination of the motivations of the kernel contributors: why do particular individuals and organizations choose particular things to work upon ? He will also examine areas of the kernel which are ...

  4. Linux Kernel Map

    Linux Kernel Map

    Here's the video from the post, before it went down.

  5. GNU toolkit, Linux kernel

    GNU toolkit, Linux kernel

    From 'Revolution OS, the Linux story', a documentairy about Linux and Open Source

  6. Howto: Debian Linux Kernel Compilation, Part 1

    Howto: Debian Linux Kernel Compilation, Part 1

    A four part miniseries on compiling a new kernel in a debian-based distro. The condensed version of this tutorial, all of this is explained in depth in the video: 1.wget recentkernel source from "ftp.kernel.org" 2.extract kernel source in /usr/src "tar jxvf linux-2.6.xx.tar.bz2" 3. grab a patch, if desired. 3a. apply patch "cd /usr/src/li* && bzip2 -dc ../patchdiff.bz2 | patch -p1 --dry-run" 3b. if dry run patch succeeds, repeat process omiting --dry-run 4. copy current kernel config (if you ...

  7. Linux Kernel as screensaver

    Linux Kernel as screensaver

    from micrux.net

  8. Compiling the Linux Kernel

    Compiling the Linux Kernel

    Compiling Linux 2.6.28.

  9. Playstation 2 Linux ( Kernel 2.4 )

    Playstation 2 Linux ( Kernel 2.4 )

    Just a standard boot of linux on the ps2, but with a 2.4 selfcompiled kernel ( no cross ) and some other things all self-maded : O2MOD ( A very nice modchip, let me force the ps2 in vga mode in games / browsers / dvd as well ), VGA PS2 Cable ( Just a direct cable, the ps2 use a Sync on Green VGA output )

  10. Howto: Debian Linux Kernel Compilation, Part 3

    Howto: Debian Linux Kernel Compilation, Part 3

    Third video in the four part miniseries about compiling a kernel.