{"id":16317686,"url":"https://github.com/zfletch/linux-kernel-upcase","last_synced_at":"2025-05-13T16:33:00.550Z","repository":{"id":17811318,"uuid":"20704045","full_name":"zfletch/linux-kernel-upcase","owner":"zfletch","description":"Upcase Linux kernel module","archived":false,"fork":false,"pushed_at":"2014-06-12T22:40:22.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T20:20:56.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zfletch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-10T22:31:55.000Z","updated_at":"2015-10-11T16:38:38.000Z","dependencies_parsed_at":"2022-09-10T06:01:12.749Z","dependency_job_id":null,"html_url":"https://github.com/zfletch/linux-kernel-upcase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Flinux-kernel-upcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Flinux-kernel-upcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Flinux-kernel-upcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfletch%2Flinux-kernel-upcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zfletch","download_url":"https://codeload.github.com/zfletch/linux-kernel-upcase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981892,"owners_count":21994351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T22:09:01.859Z","updated_at":"2025-05-13T16:33:00.522Z","avatar_url":"https://github.com/zfletch.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Linux Upcase Kernel Module\n==========================\n\nKernel module based on the tutorial\n[Be a Kernel Hacker: Write Your First Linux Kernel Module](http://www.linuxvoice.com/be-a-kernel-hacker)\nwritten by Valentine Sinitsyn.\n\nThis module creates a device called `/dev/upcase` which takes a string and converts\nany lower case ASCII characters into upper case characters.\n\nHow to Compile\n==============\n\n- `git clone https://github.com/zfletch/linux-kernel-upcase`\n- `cd linux-kernel-upcase/src`\n- `make`\n\nHow to Insert the Module\n=========================\n\n- `sudo insmod upcase.ko`\n- `dmesg | tail -n 1` should say `upcase device registered with buffer size 8192 bytes`\n\nHow to Test\n===========\n\n- `cd ../test`\n- `gcc test.c`\n- `sudo ./a.out hello` should print `HELLO` (note the sudo)\n\nHow to Reload the Module\n========================\n\n- `sudo rmmod upcase`\n- Make some changes\n- `sudo insmod upcase.ko`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfletch%2Flinux-kernel-upcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfletch%2Flinux-kernel-upcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfletch%2Flinux-kernel-upcase/lists"}