资源算法GOGH_Kernel_Ramdisk

GOGH_Kernel_Ramdisk

2020-02-20 | |  29 |   0 |   0

GOGH_Kernel_Ramdisk

The extracted RAMDISK for GOGHVMU. Used for compiling kernels.

The boot.img has been extracted and set up using the following commands:

    abootimg -x boot.img
    mkdir initrd && cd initrd && zcat ../initrd.img | cpio -i
    find . | cpio -o -H newc | gzip > ../initrd.img

To compile your own kernel, just build the zImage and replace the zImage in this repo with your own and do the following command from within the initrd folder:

    cd ../ && abootimg --create boot.img -k zImage -r initrd.img && abootimg --create boot.img -f bootimg.cfg -k zImage -r initrd.img

This will replace the boot.img with your new one. It should be ~5.6 MB. The full guide can be found here:

http://www.vmroms.com/index.php?topic=919.0

The boot.img and all folders and files in this repo are from [King Kernel] (https://github.com/Nick73/King_Kernel). The splash image during boot will show the King Kernel logo, unless the initlogo.rle file is changed.


上一篇:android_device_samsung_goghvmu

下一篇:Van-Gogh-Art-Gallery

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...