Victor.krasnoshchok#2
Open
ValentinSidorov wants to merge 23 commits into
Open
Conversation
- Add const-ness where appropriate;
- Make CPU move before the player's one.
Task2: Bash HW create hot plugged hardware detector
Revert "Task2: Bash HW create hot plugged hardware detector"
TASK1: Scissors-Paper-Rock game implementation.
TASK2: Add hewdetect device nodes monitoring script.
Implement a simple module which takes two optional int parameters upon loading: first_arg and second_arg and computes their sum in the initialization routine and difference in the exit routine. In case one of the params (or both) is missing its default value is 0. Usage: insmod argsmod.ko [first_arg=X] [second_arg=Y] Signed-off-by: Victor Krasnoshchok <ct3da21164@protonmail.ch>
Fix several typos and remove unnecessary commented line. Signed-off-by: Victor Krasnoshchok <ct3da21164@protonmail.ch>
Add module compilation output dump, QEMU console logs and dmesg output. Signed-off-by: Victor Krasnoshchok <ct3da21164@protonmail.ch>
Merge remote-tracking branch 'origin/main' into Victor.Krasnoshchok Signed-off-by: Victor Krasnoshchok <ct3da21164@protonmail.ch>
…hchok GENERAL: Update working branch from origin/main.
Fix MODULE_PARAM_DESC for second_arg (now we call MODULE_PARAM_DESC twice for first_arg). Signed-off-by: Victor Krasnoshchok <ct3da21164@protonmail.ch>
TASK3: Implement a basic module with params.
Victor.krasnoshchok
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.