From 805965979ac6cdd1ad117df0ccd3b98829af488e Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 20 Mar 2021 14:04:16 -0600 Subject: add notes on chapter 3 --- src/party.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/party.c b/src/party.c index 92d7d30..65a0282 100644 --- a/src/party.c +++ b/src/party.c @@ -4,6 +4,7 @@ int party_init(void) { + // Use dmesg to view the log printk(KERN_INFO, "Start the Party!!!\n"); return 0; } -- cgit v1.2.3