Linux
Compiling Gentoo Linux Kernel with hfs/hfs+ Support
Overview Compile the kernel Copy the kernel Reboot and mount the HFS hard drive Detailed Steps Enter the Gentoo Linux kernel directory cd /usr/src/linux Compile
Overview
Compile the kernel
Copy the kernel
Reboot and mount the HFS hard drive
Detailed Steps
Enter the Gentoo Linux kernel directory
cd /usr/src/linux
- Compile the kernel
make menuconfig
In order, select File system—> Miscellaneous filesystems, and choose the two Apple-prefixed options as "compile as a module"
make && make modules_install
mount /boot
cp -av arch/x86_64/boot/bzImage /boot/kernel-x.y.z-gentoo
shutdown -r now
- Mount the hard drive with the mount command
mount /dev/sda1 /mnt
◆
评论Comments
加载中…Loading…
留下评论Leave a comment