Skip to content
  • 首页
  • PHP源码
  • html5网页模板
  • js特效
  • Window软件
  • Mac软件
  • 服务器
  • 其他
Search
源码巴士
  • Sample Page

解决引导内核时的错误:Kernel panic - not syncing: Attempted to kill init!

启动内核时遇到如下错误:

Kernel panic - not syncing: Attempted to kill init! 

幸好网友已经解决.按照以下博客的方法处理:

http://blog.chinaunix.net/uid-28319605-id-3473765.html

解决办法:重新配置内核支持EABI

 

make menuconfig


Kernel Features  --->
   [*] Use the ARM EABI to compile the kernel
   [*]   Allow old ABI binaries to run with this kernel (EXPERIMENTAL)

文章导航
←编写函数 int min(int x ,int y,int z),实现求出三个数中的最小值。要求在main函数中输入三个整数,然后调用min函数,最后将求得的最小值输出。
2021牛客多校6→

Copyright © 2022 源码巴士  鲁ICP备19024253号-1