Skip to content

Instantly share code, notes, and snippets.

@andrewmagill
Last active November 15, 2023 07:09
Show Gist options
  • Select an option

  • Save andrewmagill/17cd1e941799291c2523dde83364f232 to your computer and use it in GitHub Desktop.

Select an option

Save andrewmagill/17cd1e941799291c2523dde83364f232 to your computer and use it in GitHub Desktop.

Revisions

  1. Andrew Magill revised this gist Feb 24, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    5. [Building and Running a New Kernel - July 22, 2009](https://www.linux.com/learn/kernel-newbie-corner-building-and-running-new-kernel)
    6. [Kernel Symbols: What's Available to Your Module - July 29, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-symbols-whats-available-your-module-what-isnt)
    7. [What's in That Loadable Module, Anyway? - August 5, 2009](https://www.linux.com/learn/kernel-newbie-corner-whats-loadable-module-anyway)
    8. [Kernel and Module Debugging with gdb](https://www.linux.com/learn/kernel-newbie-corner-kernel-and-module-debugging-gdb)
    8. [Kernel and Module Debugging with gdb - August 11, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-and-module-debugging-gdb)
    9. [Kernel Debugging Using proc "Sequence" Files, Part 1 - August 19, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-using-proc-sequence-files-part-1)
    10. [Kernel Debugging with proc "Sequence" Files, Part 2 - August 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-2)
    11. [Kernel Debugging with proc "Sequence" Files, Part 3 - September 9, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-3)
  2. Andrew Magill revised this gist Feb 23, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ### The Kernel Newbie Corner
    ### Rob Day, Linux.com
    #### Rob Day, Linux.com
    1. [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    2. [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    3. [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
  3. Andrew Magill revised this gist Feb 23, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # The Kernel Newbie Corner
    ### The Kernel Newbie Corner
    ### Rob Day, Linux.com
    1. [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    2. [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
  4. Andrew Magill revised this gist Feb 23, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # The Kernel Newbie Corner
    ## Rob Day
    ### Rob Day, Linux.com
    1. [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    2. [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    3. [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
  5. Andrew Magill revised this gist Feb 23, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # The Kernel Newbie Corner
    ## Rob Day
    1. [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    2. [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    3. [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
  6. Andrew Magill revised this gist Feb 23, 2017. 1 changed file with 13 additions and 13 deletions.
    26 changes: 13 additions & 13 deletions kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
    [Everything You Wanted to Know About Module Params- July 15, 2009](https://www.linux.com/learn/kernel-newbie-corner-everything-you-wanted-know-about-module-parameters)
    [Building and Running a New Kernel - July 22, 2009](https://www.linux.com/learn/kernel-newbie-corner-building-and-running-new-kernel)
    [Kernel Symbols: What's Available to Your Module - July 29, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-symbols-whats-available-your-module-what-isnt)
    [What's in That Loadable Module, Anyway? - August 5, 2009](https://www.linux.com/learn/kernel-newbie-corner-whats-loadable-module-anyway)
    [Kernel and Module Debugging with gdb](https://www.linux.com/learn/kernel-newbie-corner-kernel-and-module-debugging-gdb)
    [Kernel Debugging Using proc "Sequence" Files, Part 1 - August 19, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-using-proc-sequence-files-part-1)
    [Kernel Debugging with proc "Sequence" Files, Part 2 - August 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-2)
    [Kernel Debugging with proc "Sequence" Files, Part 3 - September 9, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-3)
    ["initrd" and "initramfs" - Spetmeber 30, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-whats)
    ["initrd" and "initfams", continue - October 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-some-unfinished-business)
    1. [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    2. [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    3. [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
    4. [Everything You Wanted to Know About Module Params- July 15, 2009](https://www.linux.com/learn/kernel-newbie-corner-everything-you-wanted-know-about-module-parameters)
    5. [Building and Running a New Kernel - July 22, 2009](https://www.linux.com/learn/kernel-newbie-corner-building-and-running-new-kernel)
    6. [Kernel Symbols: What's Available to Your Module - July 29, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-symbols-whats-available-your-module-what-isnt)
    7. [What's in That Loadable Module, Anyway? - August 5, 2009](https://www.linux.com/learn/kernel-newbie-corner-whats-loadable-module-anyway)
    8. [Kernel and Module Debugging with gdb](https://www.linux.com/learn/kernel-newbie-corner-kernel-and-module-debugging-gdb)
    9. [Kernel Debugging Using proc "Sequence" Files, Part 1 - August 19, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-using-proc-sequence-files-part-1)
    10. [Kernel Debugging with proc "Sequence" Files, Part 2 - August 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-2)
    11. [Kernel Debugging with proc "Sequence" Files, Part 3 - September 9, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-3)
    12. ["initrd" and "initramfs" - Spetmeber 30, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-whats)
    13. ["initrd" and "initfams", continue - October 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-some-unfinished-business)
  7. Andrew Magill created this gist Feb 23, 2017.
    13 changes: 13 additions & 0 deletions kernel newbie.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    [Your First Loadable Kernel Module - June 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module)
    [Your First Loadable Kernel, Part 2 - July 1, 2009](https://www.linux.com/learn/kernel-newbie-corner-your-first-loadable-kernel-module-part-deux)
    [Loadble Kernel Modules, Coming and Going - July 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going)
    [Everything You Wanted to Know About Module Params- July 15, 2009](https://www.linux.com/learn/kernel-newbie-corner-everything-you-wanted-know-about-module-parameters)
    [Building and Running a New Kernel - July 22, 2009](https://www.linux.com/learn/kernel-newbie-corner-building-and-running-new-kernel)
    [Kernel Symbols: What's Available to Your Module - July 29, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-symbols-whats-available-your-module-what-isnt)
    [What's in That Loadable Module, Anyway? - August 5, 2009](https://www.linux.com/learn/kernel-newbie-corner-whats-loadable-module-anyway)
    [Kernel and Module Debugging with gdb](https://www.linux.com/learn/kernel-newbie-corner-kernel-and-module-debugging-gdb)
    [Kernel Debugging Using proc "Sequence" Files, Part 1 - August 19, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-using-proc-sequence-files-part-1)
    [Kernel Debugging with proc "Sequence" Files, Part 2 - August 26, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-2)
    [Kernel Debugging with proc "Sequence" Files, Part 3 - September 9, 2009](https://www.linux.com/learn/kernel-newbie-corner-kernel-debugging-proc-sequence-files-part-3)
    ["initrd" and "initramfs" - Spetmeber 30, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-whats)
    ["initrd" and "initfams", continue - October 8, 2009](https://www.linux.com/learn/kernel-newbie-corner-initrd-and-initramfs-some-unfinished-business)