diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-20 14:04:16 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-20 14:04:16 -0600 |
| commit | 805965979ac6cdd1ad117df0ccd3b98829af488e (patch) | |
| tree | 68396d83e2ef6aa9755e290b166e77d1d336ae56 /src | |
| parent | 11ff529d60c1aaec2d68df211fdf556390da55f8 (diff) | |
add notes on chapter 3
Diffstat (limited to 'src')
| -rw-r--r-- | src/party.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
