No description
src | ||
README.md |
RTFS file system
Can only build on recent linux kernel, like 6.12+ (archlinux), but definitely not on linux 6.8- (ubuntu 24.04)
build the kernel module.
go in src, and run make
run make clean
to clean the build.
look at the kernel log
run sudo dmesg
sign the module
source: https://askubuntu.com/questions/770205/how-to-sign-kernel-modules-with-sign-file
build mkfs.rtfs
make mkfs
clean mkfs.rtfs
make clean_mkfs