[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Ack!!! Modules!!!
- From: Keith Baker <toaster cybercom net>
- To: axp-list redhat com
- Subject: Ack!!! Modules!!!
- Date: Mon, 2 Nov 1998 19:46:58 -0500 (EST)
can anyone tell me if this works?
#define MODULE
#include <linux/module.h>
int init_module(void) {printk("<1>Hello World\n"); return 0;}
void cleanup_module(void) {printk("<1>Goodbye\n");}
Its from Oriellys book... I am attempting to write a kernel module and
this was their first example.. it just gives me unresolved symbols for
printk... Shouldn't this exist? What am I doing :-(
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]