-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello world module #93
base: main
Are you sure you want to change the base?
Hello world module #93
Conversation
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
…rning during compilation Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
Signed-off-by: EugeneKolesnyk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code style issues have to be fixed.
task4-module/hello.c
Outdated
|
||
static int __init hello_init(void) | ||
{ | ||
pr_info("HELLO: Hello Kernel!\n"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obvious code style issue is here and below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Signed-off-by: EugeneKolesnyk <[email protected]>
Hello_world and simple calculator module