Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvns committed Nov 27, 2013
1 parent e60996e commit fe688f6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Kernel module fun

## Motivation

I didn't know at all how kernel modules worked. This is me learning how. This is all tested using the
I didn't know at all how kernel modules worked. This is me learning how. This is all tested using the `3.5.0-18` kernel.

## Contents

Expand All @@ -24,3 +24,18 @@ sudo apt-get install linux-headers-3.5.0-18-generic
```

but I don't remember for sure. If you try this out, I'd love to hear.

To compile them, just run

```
make
```

## Inserting into your kernel (at your own risk!)

```
sudo insmod hello.ko
dmesg | tail
```

should display the "hello world" message

0 comments on commit fe688f6

Please sign in to comment.