Skip to content
/ ksort Public
forked from sysprog21/ksort

A Linux kernel module capable of performing concurrent sorts

License

Notifications You must be signed in to change notification settings

wu81177/ksort

 
 

Repository files navigation

ksort

A Linux kernel module that creates the device /dev/sort, capable of performing concurrent sorts.

User access to the character device

In order to access the character device as a user you need to add a rule to udev with the included rules file.

$ sudo cp 99-xoro.rules /etc/udev/rules.d/
$ sudo cp 99-sort.rules /etc/udev/rules.d/
$ sudo udevadm control --reload

Build and Test

Build from source:

$ make

Test:

$ make check

You should see also more messages in the kernel log.

References

License

ksortis released under the MIT license. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.

About

A Linux kernel module capable of performing concurrent sorts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.3%
  • Shell 39.6%
  • Makefile 2.1%