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

  1. Overview

  2. Compile the kernel

  3. Copy the kernel

  4. Reboot and mount the HFS hard drive

  5. Detailed Steps

  6. Enter the Gentoo Linux kernel directory

cd /usr/src/linux

  1. 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

  1. Mount the hard drive with the mount command

mount /dev/sda1 /mnt

N
norvyn

独立 iOS 开发者,写字的人。在一座有海的城市,慢慢地做一些小而确定的东西。An independent iOS developer and writer — slowly making small, certain things in a city by the sea.

评论Comments

加载中…Loading…

留下评论Leave a comment