mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Move all non-README links to cirosantilli.com where the file is not cut off...
This commit is contained in:
@@ -16,9 +16,9 @@ class Main(common.TestCliFunction):
|
||||
Test userland executables in user mode, or baremetal executables in full system
|
||||
depending on the value of the --mode option. See also:
|
||||
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#user-mode-tests
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-tests
|
||||
* https://github.com/cirosantilli/linux-kernel-module-cheat#userland-setup-getting-started-natively
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#user-mode-tests
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#baremetal-tests
|
||||
* https://cirosantilli.com/linux-kernel-module-cheat#userland-setup-getting-started-natively
|
||||
'''
|
||||
if not 'defaults' in kwargs:
|
||||
kwargs['defaults'] = {}
|
||||
|
||||
Reference in New Issue
Block a user