Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: freyone on March 08, 2017, 03:19:06 AM
-
root@box:/mnt/sda1/smb/lingzhp# mount -t hugetlbfs nodev /mnt/huge
mount: mounting nodev on /mnt/huge failed: No such device
root@box:/mnt/sda1/smb/lingzhp#
root@box:/mnt/sda1/smb/lingzhp# grep -i huge /proc/meminfo
AnonHugePages: 4096 kB
-
Just see your self.
more /proc/filesystems
-
No, it is not enabled in the kernel config - you'd need to build your own kernel.
-
No, it is not enabled in the kernel config - you'd need to build your own kernel.
how to build it ,is there any .config file for my current kernel? tailor the kernel to me is difficult.
-
The kernel config is here:
http://tinycorelinux.net/7.x/x86/release/src/kernel/
You will need to change:
# CONFIG_HUGETLBFS is not set
..but it is probably better to do this with "make menuconfig"