From 290cd233cf45cd3a20a530865bc001a76f2cc20f Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 17 Jan 2017 17:29:12 -0600 Subject: [PATCH] Adding notes --- Hello World.wiki | 10 ++++------ Weechat.wiki | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Hello World.wiki b/Hello World.wiki index 8cfb8a2..093082f 100644 --- a/Hello World.wiki +++ b/Hello World.wiki @@ -26,11 +26,9 @@ the Makefile you created to build the module. * [X] Create Makefile to build your module * [ ] Provide proof of this module being built and running in your kernel -== Final Product == - -{{{class="prettyprint linenums" > - -}}} - == Notes == +* `#include ` Needed by all modules +* `#include ` Needed for KERN_INFO +* `#include ` Macros used to mark up functions e.g., __init __exit +* diff --git a/Weechat.wiki b/Weechat.wiki index 1961384..0e42719 100644 --- a/Weechat.wiki +++ b/Weechat.wiki @@ -201,4 +201,4 @@ This gets run when bash starts, so this allows me to use the same `~/.bashrc` on The only thing not noted is that if the client has weechat installed (to /usr/bin/weechat) and `$HOSTNAME` is not "thurstylark-vps", an alias for 'weechat' will not be created, and weechat will launch normally. -Configuration that allows one to use an arbitrary string as a hostname for ssh/mosh can be found on the ssh config page. +[[Configuration]] that allows one to use an arbitrary string as a hostname for ssh/mosh can be found on the ssh config page.