Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-136 /
samples /
rust /
Delete
Unzip
Name
Size
Permission
Date
Action
hostprogs
[ DIR ]
drwxr-xr-x
2026-07-17 06:29
Kconfig
792
B
-rw-r--r--
2024-03-10 20:38
Makefile
193
B
-rw-r--r--
2024-03-10 20:38
Save
Rename
# SPDX-License-Identifier: GPL-2.0 menuconfig SAMPLES_RUST bool "Rust samples" depends on RUST help You can build sample Rust kernel code here. If unsure, say N. if SAMPLES_RUST config SAMPLE_RUST_MINIMAL tristate "Minimal" help This option builds the Rust minimal module sample. To compile this as a module, choose M here: the module will be called rust_minimal. If unsure, say N. config SAMPLE_RUST_PRINT tristate "Printing macros" help This option builds the Rust printing macros sample. To compile this as a module, choose M here: the module will be called rust_print. If unsure, say N. config SAMPLE_RUST_HOSTPROGS bool "Host programs" help This option builds the Rust host program samples. If unsure, say N. endif # SAMPLES_RUST